New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng2-charts

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-charts - npm Package Compare versions

Comparing version 1.4.4 to 1.5.0

bundles/ng2-charts.umd.js

16

CHANGELOG.md

@@ -0,1 +1,17 @@

<a name="1.5.0"></a>
# [1.5.0](https://github.com/valor-software/ng2-charts/compare/v1.4.4...v1.5.0) (2017-01-17)
### Bug Fixes
* **charts:** Make charts dynamic and avoid re-rendering full chart on data change ([905183b](https://github.com/valor-software/ng2-charts/commit/905183b))
### Features
* **package:** relax dependencies ([#543](https://github.com/valor-software/ng2-charts/issues/543)) ([51b581d](https://github.com/valor-software/ng2-charts/commit/51b581d))
* **package:** upgrade to ng v2.3+ ([#574](https://github.com/valor-software/ng2-charts/issues/574)) ([ce5011c](https://github.com/valor-software/ng2-charts/commit/ce5011c))
<a name="1.4.4"></a>

@@ -2,0 +18,0 @@ ## [1.4.4](https://github.com/valor-software/ng2-charts/compare/v1.3.0...v1.4.4) (2016-12-13)

2

ng2-charts.d.ts

@@ -1,1 +0,1 @@

export * from './components/charts/charts';
export * from './index';

@@ -5,2 +5,2 @@ "use strict";

}
__export(require('./components/charts/charts'));
__export(require('./index'));

@@ -1,1 +0,1 @@

{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./components/charts/charts"}]}
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./index"}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./index"}]}]
{
"name": "ng2-charts",
"version": "1.4.4",
"main": "bundles/ng2-charts.umd.js",
"version": "1.5.0",
"description": "Reactive, responsive, beautiful charts for Angular2 based on Chart.js",
"scripts": {
"flow.compile": "npm run flow.compile:common && npm run flow.compile:system",
"flow.compile:common": "ngc -p tsconfig.publish.json",
"flow.compile:system": "./.config/bundle-system.js",
"flow.copy:src": "cpy ng2-charts.ts \"components/*.ts\" ts --parents",
"flow.clean": "del bundles coverage demo-build \"components/**/*.+(js|d.ts|js.map)\" dist \"ng2-charts.+(js|d.ts|js.map)\"",
"flow.deploy:gh-pages": "npm run flow.build:prod && gh-pages -d demo-build",
"flow.eslint": "eslint --ignore-path .gitignore --ext js --fix . .config",
"flow.tslint": "gulp lint",
"flow.lint": "npm run flow.eslint && npm run flow.tslint",
"flow.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular -v",
"flow.github-release": "conventional-github-releaser -p angular",
"flow.build:prod": "NODE_ENV=production webpack --progress --color --display-error-details --display-cached",
"flow.build:dev": "webpack --progress --color",
"flow.serve:dev": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
"flow.serve:prod": "NODE_ENV=production webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
"prepublish": "npm run flow.clean && npm run flow.compile",
"postpublish": "npm run flow.deploy:gh-pages",
"start": "npm run flow.serve:dev",
"disable-pretest": "npm run flow.lint",
"disable-test": "NODE_ENV=test karma start",
"test:watch": "NODE_ENV=test karma start --auto-watch --no-single-run",
"disable-preversion": "npm test",
"version": "npm run flow.changelog && git add -A",
"postversion": "git push origin development && git push --tags"
},
"main": "ng2-charts.js",
"typings": "ng2-charts.d.ts",
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"angular",
"chart.js",
"angular2",

@@ -38,3 +14,6 @@ "angularjs",

],
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"author": {
"name": "Dmitriy Shekhovtsov",
"email": "valorkin@gmail.com"
},
"license": "MIT",

@@ -45,72 +24,12 @@ "repository": {

},
"bugs": {
"url": "https://github.com/valor-software/ng2-charts/issues"
"name": "ng2-charts",
"dependencies": {
"chart.js": "^2.4.0"
},
"homepage": "https://github.com/valor-software/ng2-charts#readme",
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/forms": "^2.0.0"
"@angular/common": "^2.3.0",
"@angular/core": "^2.3.0"
},
"dependencies": {
"chart.js": "2.3.0"
},
"devDependencies": {
"@angular/common": "2.1.1",
"@angular/compiler": "2.1.1",
"@angular/compiler-cli": "2.1.1",
"@angular/core": "2.1.1",
"@angular/forms": "2.1.1",
"@angular/platform-browser": "2.1.1",
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/platform-server": "2.1.1",
"@types/jasmine": "2.5.36",
"@types/node": "6.0.46",
"@types/webpack": "1.12.35",
"async": "2.1.2",
"bootstrap": "3.3.7",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"copy-webpack-plugin": "4.0.0",
"cpy-cli": "1.0.1",
"del-cli": "0.2.0",
"es6-promise": "4.0.5",
"es6-shim": "0.35.1",
"eslint-config-valorsoft": "0.1.0",
"gh-pages": "0.11.0",
"gitignore-to-glob": "0.3.0",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-eslint": "3.0.1",
"gulp-size": "2.1.0",
"gulp-tsc": "1.2.4",
"gulp-tslint": "6.1.2",
"marked": "0.3.6",
"ng2-bootstrap": "1.1.16",
"ng2-webpack-config": "0.0.5",
"pre-commit": "1.1.3",
"prismjs": "1.5.1",
"prismjs-loader": "0.0.4",
"reflect-metadata": "0.1.8",
"require-dir": "0.3.1",
"rxjs": "5.0.0-beta.12",
"systemjs-builder": "0.15.33",
"transfer-webpack-plugin": "0.1.4",
"tslint-config-valorsoft": "1.1.1",
"typescript": "2.0.6",
"zone.js": "0.6.26"
},
"contributors": [
{
"name": "Dmitriy Shekhovtsov",
"email": "valorkin@gmail.com",
"url": "https://github.com/valorkin"
},
{
"name": "Soloviova Nataliya",
"email": "nataliya.soloviova@valor-software.com",
"url": "https://github.com/natali-abyss"
}
]
"_id": "ng2-charts@1.5.0",
"devDependencies": {}
}

@@ -1,11 +0,8 @@

# ng2-charts [![npm version](https://badge.fury.io/js/ng2-charts.svg)](http://badge.fury.io/js/ng2-charts)
# ng2-charts [![npm version](https://badge.fury.io/js/ng2-charts.svg)](http://badge.fury.io/js/ng2-charts) [![npm downloads](https://img.shields.io/npm/dm/ng2-charts.svg)](https://npmjs.org/ng2-charts) [![slack](https://ngx-slack.herokuapp.com/badge.svg)](https://ngx-slack.herokuapp.com)
Beautiful charts for Angular2 based on Chart.js
Follow me at [twitter](https://twitter.com/valorkin) to be notified about new releases.
<!-- [![Sauce Test Status](https://saucelabs.com/browser-matrix/valorkin.svg)](https://saucelabs.com/u/valorkin) -->
[![NPM](https://nodei.co/npm/ng2-charts.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/ng2-charts)
[![NPM](https://nodei.co/npm-dl/ng2-charts.png?height=3&months=9)](https://npmjs.org/ng2-charts)
[![Code Climate](https://codeclimate.com/github/valor-software/ng2-charts/badges/gpa.svg)](https://codeclimate.com/github/valor-software/ng2-charts)
[![Join the chat at https://gitter.im/valor-software/ng2-bootstrap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/valor-software/ng2-bootstrap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Dependency Status](https://david-dm.org/valor-software/ng2-charts.svg)](https://david-dm.org/valor-software/ng2-charts)
[![devDependency Status](https://david-dm.org/valor-software/ng2-charts/dev-status.svg)](https://david-dm.org/valor-software/ng2-charts#info=devDependencies)
[![Throughput Graph](https://graphs.waffle.io/valor-software/ng2-charts/throughput.svg)](https://waffle.io/valor-software/ng2-charts/metrics)

@@ -12,0 +9,0 @@ # Usage & Demo

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