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

keen-dashboard-builder

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keen-dashboard-builder

Dashboard builder for Keen.io

  • 2.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
decreased by-5.56%
Maintainers
4
Weekly downloads
 
Created
Source

Keen Dashboard Builder

Slack

Build status

CircleCI

Install

For npm package manager

npm install keen-dashboard-builder --save

For yarn

yarn add keen-dashboard-builder

Example

const myDashboardBuilder = new DashboardBuilder({
  container: '#app-container',
  keenAnalysis: {
    config: {
      projectId: 'YOUR_PROJECT_ID',
      masterKey: 'YOUR_MASTER_KEY',
      protocol: 'https',
      host: 'api.keen.io'
    }
  },
  keenWebHost: 'keen.io' // optional, the default is window.location.host
});

React component

https://github.com/keen/react-dashboards

npm scripts

List of useful commands that could be used by developers.

CommandDescription
lintrun linter against current application codebase.
testrun unit tests against current application codebase.
circularrun scripts responsible for the detection of circular dependencies between files.
commitrun commit command line interface.
prettierrun code formatter process against current codebase.

commit

This project uses Conventional Commits to enforce common commit standards.

Keywords

FAQs

Package last updated on 21 Jun 2021

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