ng-chartist
Advanced tools
Comparing version 3.0.0 to 3.0.2
{ | ||
"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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
11268
44
2
232
1
0