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

@forter/chart

Package Overview
Dependencies
Maintainers
3
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/chart - npm Package Compare versions

Comparing version 1.0.1-beta.262 to 2.0.0

CHANGELOG.md

4

FcChart.js
import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';
import { property, html, LitElement } from 'lit-element';
import { LitElement, property, html } from 'lit-element';
import { Chart } from 'chart.js';
import style from './fc-chart.css';
import style from './fc-chart.css.js';

@@ -6,0 +6,0 @@ /**

{
"name": "@forter/chart",
"version": "1.0.1-beta.262+84e4f9a",
"version": "2.0.0",
"description": "Chart from Forter Components",

@@ -10,5 +10,5 @@ "main": "index.js",

"clean": "sh ../../scripts/clean.sh",
"link": "npm link",
"link": "yarn link",
"postbuild": "sh ../../scripts/postbuild.sh",
"prepare": "npm run build",
"prepare": "yarn build",
"test": "echo \"Please run tests from the repository root\" && exit 1"

@@ -50,3 +50,3 @@ },

},
"gitHead": "84e4f9a0f90c9f3b1ca838b8131de9809e3ff136"
"gitHead": "6335c4c0078c6009210ef401a094fd5bbea3c967"
}

@@ -11,3 +11,3 @@ import { html } from 'lit-html';

const notes = { markdown };
const options = { selectedPanel: 'storybooks/knobs/panel' }
const options = { selectedPanel: 'storybooks/knobs/panel' };

@@ -17,8 +17,8 @@ function elementProperties() {

<fc-chart></fc-chart>
`});
` });
}
(storiesOf('<fc-chart>', module)
(storiesOf('Data Components|Chart', module)
.addDecorator(withKnobs)
.add('Element Properties', elementProperties, { notes, options })
);
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