Socket
Book a DemoInstallSign in
Socket

@conversationai/sensemaker-visualizations

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conversationai/sensemaker-visualizations

Interactive visualization components for sensemaker data

latest
Source
npmnpm
Version
1.0.46
Version published
Maintainers
5
Created
Source

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:

  • Make sure you are logged in to npm:
    npm login
    
  • 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
      
  • Build the package:
    npm run build
    
  • 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

FAQs

Package last updated on 17 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts