@forter/chart
Advanced tools
Comparing version 1.0.1-beta.262 to 2.0.0
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 }) | ||
); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37680
16
1
0