Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "ng4-auth", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Angular2/4 Authentication module", | ||
"repository": "https://github.com/serhiisol/ng4-auth", | ||
"main": "src/index.ts", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
@@ -16,12 +16,15 @@ "angular2", | ||
"license": "MIT", | ||
"dependencies": { | ||
"peerDependencies": { | ||
"@angular/core": "2.4.8", | ||
"@angular/http": "2.4.8", | ||
"@angular/router": "3.4.8", | ||
"core-js": "2.4.1", | ||
"rxjs": "5.2.0", | ||
"zone.js": "0.7.7", | ||
"ng4-http": "1.0.0" | ||
"ng4-http": "file:../ng4-http", | ||
"rxjs": "5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/core": "2.4.8", | ||
"@angular/http": "2.4.8", | ||
"@angular/router": "3.4.8", | ||
"ng4-http": "file:../ng4-http", | ||
"rxjs": "5.2.0", | ||
"@angular/common": "2.4.8", | ||
@@ -45,3 +48,4 @@ "@angular/compiler": "2.4.8", | ||
"webpack-dev-server": "2.4.1", | ||
"typescript": "2.2.1" | ||
"typescript": "2.2.1", | ||
"zone.js": "0.7.7" | ||
}, | ||
@@ -48,0 +52,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
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
57468
5
37
798
25
1
+ Addedzone.js@0.7.8(transitive)
- Removed@angular/core@2.4.8
- Removed@angular/http@2.4.8
- Removed@angular/router@3.4.8
- Removedcore-js@2.4.1
- Removedng4-http@1.0.0
- Removedrxjs@5.2.0
- Removedzone.js@0.7.7
- Removed@angular/common@2.4.9(transitive)
- Removed@angular/core@2.4.9(transitive)
- Removed@angular/http@2.4.9(transitive)
- Removed@angular/platform-browser@2.4.9(transitive)
- Removedcore-js@2.4.1(transitive)
- Removedng4-http@1.0.0(transitive)
- Removedzone.js@0.7.7(transitive)