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 4.0.0 to 4.0.1

8

CHANGELOG.md

@@ -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 @@

2

FcChart.js
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';

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