Socket
Socket
Sign inDemoInstall

@spotx/analytics-plugins

Package Overview
Dependencies
35
Maintainers
10
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @spotx/analytics-plugins

Superset UI


Version published
Maintainers
10
Created

Readme

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

Last updated on 18 Jun 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc