@forter/chart
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.1](https://github.com/forter/web-components/compare/@forter/chart@4.0.0...@forter/chart@4.0.1) (2019-11-27) | ||
**Note:** Version bump only for package @forter/chart | ||
# [4.0.0](https://github.com/forter/web-components/compare/@forter/chart@3.0.2...@forter/chart@4.0.0) (2019-09-19) | ||
@@ -8,0 +16,0 @@ |
import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
import { LitElement, property, html } from 'lit-element'; | ||
import { Chart } from 'chart.js'; | ||
import style from './fc-chart.css.js'; | ||
import style from './fc-chart.css'; | ||
@@ -6,0 +6,0 @@ Chart.defaults.global.legend.position = 'bottom'; |
{ | ||
"name": "@forter/chart", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Chart from Forter Components", | ||
@@ -44,3 +44,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@forter/core": "^2.0.0", | ||
"@forter/core": "^2.0.1", | ||
"chart.js": "^2.7.3", | ||
@@ -50,3 +50,3 @@ "lit-element": "^2.1.0", | ||
}, | ||
"gitHead": "0aae1f4ddd21eb0daaab2d0b142f7eb25bd511e1" | ||
"gitHead": "26a81b071f7d326de0472263bfd092842d61a9f8" | ||
} |
@@ -7,3 +7,3 @@ import { html } from 'lit-html'; | ||
import './chart.css'; | ||
//import './chart.css'; | ||
import '../src'; | ||
@@ -10,0 +10,0 @@ import { FcChart } from '../src/FcChart'; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
58401
1
Updated@forter/core@^2.0.1