New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 Compare versions

Comparing version 3.0.0 to 3.0.2

81

package.json
{
"name": "ng-chartist",
"version": "3.0.0",
"author": "Will Soto",
"bugs": {
"url": "https://github.com/willsoto/ng-chartist/issues"
},
"description": "Chartist component for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/willsoto/ng-chartist.git"
"devDependencies": {
"@angular-devkit/build-angular": "~0.12.1",
"@angular-devkit/build-ng-packagr": "~0.12.1",
"@angular/animations": "~7.2.0",
"@angular/cli": "~7.2.1",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"@types/chartist": "^0.9.43",
"@types/jasmine": "~3.3.5",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~10.12.18",
"chartist": "^0.11.0",
"codelyzer": "~4.5.0",
"core-js": "^2.6.2",
"greenkeeper-lockfile": "^1.15.1",
"husky": "^1.3.1",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.4",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"lint-staged": "^8.1.0",
"ng-packagr": "^4.4.5",
"prettier": "^1.15.3",
"protractor": "~5.4.2",
"rxjs": "~6.3.3",
"standard-version": "^4.4.0",
"ts-node": "~7.0.1",
"tsickle": ">=0.34.0",
"tslib": "^1.9.3",
"tslint": "~5.12.1",
"typedoc": "^0.14.1",
"typescript": "~3.2.2",
"validate-commit": "^3.4.0",
"zone.js": "~0.8.27"
},
"files": [
"./**/.{js,ts,json,map}"
],
"homepage": "https://github.com/willsoto/ng-chartist",
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"pre-build": "yarn run test && yarn run lint",
"pre-commit": "lint-staged",
"pre-release": "yarn test"
}
},
"keywords": [

@@ -15,8 +71,10 @@ "angular",

],
"author": "Will Soto",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/willsoto/ng-chartist/issues"
"lint-staged": {
"*.{ts,js,md,json}": [
"prettier --write",
"git add"
]
},
"homepage": "https://github.com/willsoto/ng-chartist",
"name": "ng-chartist",
"peerDependencies": {

@@ -28,2 +86,7 @@ "@angular/common": ">=4.1.2",

},
"repository": {
"type": "git",
"url": "git+https://github.com/willsoto/ng-chartist.git"
},
"version": "3.0.2",
"main": "bundles/ng-chartist.umd.js",

@@ -30,0 +93,0 @@ "module": "fesm5/ng-chartist.js",

bundles/ng-chartist.umd.js.map
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