Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng-chartist

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-chartist - npm Package Versions

1234

2.0.0-beta.0

Diff

Changelog

Source

2.0.0-beta.0 (2018-04-04)

Features

  • use ng-packagr for distribution (e9bf54b)

BREAKING CHANGES

  • this changes the structure of the dist directory. So I wanna be safe

Signed-off-by: Will Soto will.soto9@gmail.com

<a name="1.1.1"></a>

paradox41
published 1.1.1 •

Changelog

Source

1.1.1 (2017-06-02)

Bug Fixes

<a name="1.1.0"></a>

paradox41
published 1.1.0 •

Changelog

Source

1.1.0 (2017-03-11)

Features

  • chartist: throw error when invalid chart type is passed (a1637cf), closes #97

<a name="1.0.0"></a>

paradox41
published 1.0.0 •

Changelog

Source

1.0.0 (2017-03-11)

Features

  • all: rename package to ng-chartist (572f6d8)

BREAKING CHANGES

  • all: rename package from to to conform with new Angular Naming Guidelines. This only affect how you install and import the library (no actual breaking changes in code). Before:
npm install --save angular2-chartist
...
import { ChartistModule } from 'angular2-chartist';

After:

npm install --save ng-chartist
...
import { ChartistModule } from 'ng-chartist';

Signed-off-by: Will Soto will.soto9@gmail.com

<a name="0.12.2"></a>

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