npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@conversationai/sensemaker-visualizations

v1.0.46

Published

Interactive visualization components for sensemaker data

Downloads

241

Readme

Sensemaker Visualization Components

A collection of reusable visualization components for displaying Sensemaker data, built with D3.js and Web Components.

Installation

npm install

Development

To run the Storybook development environment:

npm run storybook

This will start the Storybook server at http://localhost:6006. You can view and interact with all components in isolation.

Note: The Storybook stories use sample data from the stories/data directory. To view all stories correctly, ensure you have both a comments.json and a summary.json file present in stories/data/.

Building the Package

To build the package for production:

npm run build

The compiled files will be output to the dist/ directory.

Building Storybook Docs

To build the static Storybook documentation site:

npm run build-storybook

The static site will be output to the storybook-static/ directory. You can deploy this directory to any static site host.

Publishing to npm

To publish a new version of the package to npm, follow these steps:

  1. Make sure you are logged in to npm:
    npm login
  2. Update the version number using one of the following commands (this will automatically update package.json and create a Git commit and tag):
    • For a patch update (bug fixes, backwards compatible):
      npm version patch
    • For a minor update (new features, backwards compatible):
      npm version minor
    • For a major update (breaking changes):
      npm version major
  3. Build the package:
    npm run build
  4. Publish to npm:
    npm publish

Note: The npm version command will automatically update the version in package.json. Always ensure your changes are committed before publishing.

Data Source and License

The data used in this demo was gathered using the Polis software and is sub-licensed under CC BY 4.0 with Attribution to The Computational Democracy Project. The data and more information about how the data was collected can be found at the following link:

https://github.com/compdemocracy/openData/tree/master/american-assembly.bowling-green