io-ng-util
Advanced tools
Comparing version 6.0.2 to 6.0.3
{ | ||
"name": "io-ng-util", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Angular Base Utilities", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "rm -r ./lib && node_modules/.bin/ngc -p ./tsconfig-build.json" | ||
"build-npm": "rm -r ./lib && node_modules/.bin/ngc -p ./tsconfig-build.json" | ||
}, | ||
@@ -19,16 +19,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@angular/common": "^5.0.0", | ||
"@angular/core": "^5.0.0", | ||
"@angular/http": "^5.0.0", | ||
"@angular/platform-browser": "^5.0.0", | ||
"@angular/platform-server": "^5.0.0" | ||
"@angular/common": "^5.0.2", | ||
"@angular/core": "^5.0.2", | ||
"@angular/http": "^5.0.2", | ||
"@angular/platform-browser": "^5.0.2", | ||
"@angular/platform-server": "^5.0.2" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^5.0.0", | ||
"@angular/compiler-cli": "^5.0.0", | ||
"@angular/compiler": "^5.0.2", | ||
"@angular/compiler-cli": "^5.0.2", | ||
"@ngrx/core": "^1.2.0", | ||
"@types/core-js": "^0.9.43", | ||
"@types/node": "^8.0.47", | ||
"@types/node": "^8.0.53", | ||
"codelyzer": "^4.0.1", | ||
"eslint": "^4.10.0", | ||
"eslint": "^4.11.0", | ||
"rxjs": "^5.5.2", | ||
@@ -35,0 +35,0 @@ "tslint": "^5.8.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
0
45655
38
Updated@angular/common@^5.0.2
Updated@angular/core@^5.0.2
Updated@angular/http@^5.0.2