Comparing version 4.1.0 to 5.0.0
{ | ||
"name": "ngx-auth", | ||
"version": "4.1.0", | ||
"description": "Angular 6+ Authentication module", | ||
"version": "5.0.0", | ||
"description": "Angular 7+ Authentication module", | ||
"repository": "https://github.com/serhiisol/ngx-auth", | ||
@@ -16,17 +16,18 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@angular/core": "^6.0.0", | ||
"@angular/common": "^6.0.0", | ||
"@angular/router": "^6.0.0", | ||
"rxjs": "^6.0.0" | ||
"rxjs": "^6.0.0", | ||
"@angular/core": "^7.0.0", | ||
"@angular/compiler": "^7.0.0", | ||
"@angular/router": "^7.0.0", | ||
"@angular/common": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "^6.0.0", | ||
"@angular/common": "^6.0.0", | ||
"@angular/compiler": "^6.0.0", | ||
"@angular/compiler-cli": "^6.0.0", | ||
"@angular/core": "^6.0.0", | ||
"@angular/language-service": "^6.0.0", | ||
"@angular/platform-browser": "^6.0.0", | ||
"@angular/platform-browser-dynamic": "^6.0.0", | ||
"@angular/router": "^6.0.0", | ||
"@angular/cli": "7.0.1", | ||
"@angular/common": "^7.0.0", | ||
"@angular/compiler": "^7.0.0", | ||
"@angular/compiler-cli": "^7.0.0", | ||
"@angular/core": "^7.0.0", | ||
"@angular/language-service": "^7.0.0", | ||
"@angular/platform-browser": "^7.0.0", | ||
"@angular/platform-browser-dynamic": "^7.0.0", | ||
"@angular/router": "^7.0.0", | ||
"@types/jasmine": "2.8.7", | ||
@@ -42,6 +43,7 @@ "@types/node": "10.0.4", | ||
"karma-webpack": "3.0.0", | ||
"ng-packagr": "2.4.2", | ||
"ng-packagr": "4.3.1", | ||
"reflect-metadata": "0.1.12", | ||
"tsickle": "0.33.0", | ||
"tslint": "5.10.0", | ||
"typescript": "2.7.2", | ||
"typescript": "3.1.3", | ||
"webpack": "4.8.0", | ||
@@ -48,0 +50,0 @@ "webpack-dev-server": "3.1.4", |
@@ -1,2 +0,2 @@ | ||
# Angular 6+ Authentication | ||
# Angular 7+ Authentication | ||
@@ -9,2 +9,7 @@ This package provides authentication module with interceptor | ||
Note: If you want to use library for angular 6, use version 4.1.0 | ||
``` | ||
npm install ngx-auth@4.1.0 --save | ||
``` | ||
Note: If you want to use library for angular 5, use version 3.1.0 | ||
@@ -11,0 +16,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
116703
170
6
27