ng-http-sw-proxy
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "ng-http-sw-proxy", | ||
"version": "1.1.0", | ||
"description": "An amazing module for Angular.", | ||
"version": "1.1.1", | ||
"description": "Proxy for angular http service. Schedules request send in service-worker and/or IndexedDB.", | ||
"main": "bundles/ng-http-sw-proxy.umd.js", | ||
"module": "index.js", | ||
"typings": "index.d.ts", | ||
"scripts": { | ||
"transpile": "ngc", | ||
"package": "rollup -c", | ||
"minify": "uglifyjs dist/bundles/ng-http-sw-proxy.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ng-http-sw-proxy.umd.min.js", | ||
"build": "npm run transpile && npm run package && npm run minify", | ||
"prepublish": "find dist ! -name 'dist//package.json' ! -name '.' ! -name '..' -exec rm -rf {} + && npm run build", | ||
"publish": "echo publish" | ||
}, | ||
"keywords": [ | ||
@@ -15,6 +23,27 @@ "angular", | ||
"http proxy", | ||
"background sync" | ||
"background sync", | ||
"sync", | ||
"http", | ||
"proxy" | ||
], | ||
"author": "Maciej Treder <contact@maciejtreder.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@angular/common": "^4.0.0", | ||
"@angular/core": "^4.0.0", | ||
"@angular/http": "^4.0.0", | ||
"@angular/platform-browser": "^4.0.0", | ||
"idb": "^2.0.3", | ||
"rxjs": "^5.3.0", | ||
"zone.js": "^0.8.12" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler": "^4.2.4", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@types/node": "^8.0.6", | ||
"rollup": "^0.43.0", | ||
"rollup-plugin-copy": "^0.2.3", | ||
"typescript": "^2.3.4", | ||
"uglify-js": "^3.0.21" | ||
}, | ||
"peerDependencies": { | ||
@@ -21,0 +50,0 @@ "@angular/common": "^4.0.0", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
122719
43
1
2
2
14
7
737
+ Added@angular/common@^4.0.0
+ Added@angular/core@^4.0.0
+ Added@angular/http@^4.0.0
+ Addedidb@^2.0.3
+ Addedrxjs@^5.3.0
+ Addedzone.js@^0.8.12