New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng-http-sw-proxy

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-http-sw-proxy - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.idea/.name

35

package.json
{
"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",

bundles/ng-http-sw-proxy.umd.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc