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 2.0.0 to 2.0.1

_virtual/_rollupPluginBabelHelpers.js.map

1

_virtual/_rollupPluginBabelHelpers.js

@@ -434,1 +434,2 @@ function _toArray(arr) {

export { _arrayWithHoles as arrayWithHoles, _decorate as decorate, _iterableToArray as iterableToArray, _nonIterableRest as nonIterableRest, _toArray as toArray, _toPrimitive as toPrimitive, _toPropertyKey as toPropertyKey };
//# sourceMappingURL=_rollupPluginBabelHelpers.js.map

@@ -6,2 +6,31 @@ # Change Log

## 2.0.1 (2019-07-11)
### Bug Fixes
* add missing lit deps to packages ([e1ce672](https://github.com/forter/web-components/commit/e1ce672))
* align sibling versions ([84e4f9a](https://github.com/forter/web-components/commit/84e4f9a))
* change scope to forter ([299eaa1](https://github.com/forter/web-components/commit/299eaa1))
* update dependencies ([2040402](https://github.com/forter/web-components/commit/2040402))
* **icon:** add size property ([8c40f21](https://github.com/forter/web-components/commit/8c40f21))
### Features
* add built packages for dist ([ea4a920](https://github.com/forter/web-components/commit/ea4a920))
* add storybook ([dac303e](https://github.com/forter/web-components/commit/dac303e))
* adds npm run link script for local dev ([920895c](https://github.com/forter/web-components/commit/920895c))
* publish sourcemaps ([d68dc11](https://github.com/forter/web-components/commit/d68dc11))
### BREAKING CHANGES
* **icon:** remove width and height properties
* moves css to \`.css.js\`
# 2.0.0 (2019-07-11)

@@ -8,0 +37,0 @@

@@ -20,1 +20,2 @@ import { css } from 'lit-element';

export default style;
//# sourceMappingURL=fc-chart.css.map

@@ -5,1 +5,2 @@ import { register } from '@forter/helpers/functions/register';

register(FcChart);
//# sourceMappingURL=fc-chart.js.map

@@ -231,1 +231,2 @@ import { decorate as _decorate } from './_virtual/_rollupPluginBabelHelpers.js';

export { FcChart };
//# sourceMappingURL=FcChart.js.map
import './fc-chart.js';
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "@forter/chart",
"version": "2.0.0",
"version": "2.0.1",
"description": "Chart from Forter Components",

@@ -44,3 +44,3 @@ "main": "index.js",

"dependencies": {
"@forter/helpers": "^1.0.1-beta.0",
"@forter/helpers": "^2.0.1",
"chart.js": "^2.7.3",

@@ -50,3 +50,3 @@ "lit-element": "^2.1.0",

},
"gitHead": "6335c4c0078c6009210ef401a094fd5bbea3c967"
"gitHead": "baa864219456b6d832923e4779b36543c4fa78a2"
}

Sorry, the diff of this file is not supported yet

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