Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ng4-http", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Http module with interceptor functionality", | ||
"repository": "https://github.com/serhiisol/ng4-http", | ||
"main": "src/index.ts", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
@@ -16,8 +16,11 @@ "angular2", | ||
"license": "MIT", | ||
"dependencies": { | ||
"peerDependencies": { | ||
"@angular/core": "2.4.9", | ||
"@angular/http": "2.4.9", | ||
"rxjs": "5.2.0" | ||
"rxjs": "5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/core": "2.4.9", | ||
"@angular/http": "2.4.9", | ||
"rxjs": "5.2.0", | ||
"@angular/common": "2.4.8", | ||
@@ -24,0 +27,0 @@ "@angular/compiler": "2.4.8", |
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
50368
37
634
23
1
- Removed@angular/core@2.4.9
- Removed@angular/http@2.4.9
- Removedrxjs@5.2.0