Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spotx/analytics_ui_plugins

Package Overview
Dependencies
Maintainers
10
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotx/analytics_ui_plugins

Analytics UI Plugins

  • 0.2.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
10
Created
Source

@spotx/analytics_ui_plugins 🔌💡

analytics_ui_plugins repo allows us to create custom Viz npm packages that can be imported into the analytics platform. For a complete list of SpotX NPM plugins, visit npm-spotx. All of the packages hosted on NPM are published under the @spotx organization scope. Organization scopes are like namespaces, and they allow multiple members to publish and update packages under one common namespace.

How to Build and Publish to NPM

  1. Add a new plugin or make changes to the existing one

  2. Publish to NPM

    1. Bump package.json version. We follow the semver naming convetion ( npm version <major | minor | patch> )
    2. In the root repo, run yarn install then yarn build
    3. Log into NPM
    4. Push your changes using npm publish --access public
  3. You can test your changes by pulling the package locally

    1. npm i @spotx/analytics_ui_plugins
    2. cd into node_modules/@spotx/analytics_ui_plugins
    3. /src file will not be included, we only care about the minified files in the lib folder

Contribution and development guide

License

Apache-2.0

Keywords

FAQs

Package last updated on 23 Jun 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc