ngx-build-info
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.0.2](https://github.com/blaugold/ngx-build-info/compare/v1.0.1...v1.0.2) (2020-02-25) | ||
### Bug Fixes | ||
* move postinstall script into ci config ([f65dff4](https://github.com/blaugold/ngx-build-info/commit/f65dff499b62e95af6e9b3adfcd9c019402f7e12)) | ||
### [1.0.1](https://github.com/blaugold/ngx-build-info/compare/v1.0.0...v1.0.1) (2020-02-25) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "ngx-build-info", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -20,3 +20,2 @@ "author": "Gabriel Terwesten <gabriel@terwesten.net>", | ||
"scripts": { | ||
"postinstall": "cd e2e/app && npm install", | ||
"test": "ts-mocha -p tsconfig.spec.json src/**/*.spec.ts", | ||
@@ -23,0 +22,0 @@ "e2e": "cd e2e/app && node_modules/.bin/ng run app:build-info", |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
9598
0