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

proxy-chain

Package Overview
Dependencies
Maintainers
9
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-chain - npm Package Compare versions

Comparing version 0.4.9 to 0.4.10-beta.0

12

package.json
{
"name": "proxy-chain",
"version": "0.4.9",
"version": "0.4.10-beta.0",
"description": "Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.",

@@ -36,5 +36,4 @@ "main": "build/index.js",

"local-proxy": "npm run build && node ./build/run_locally.js",
"test": "npm run build && NODE_OPTIONS=--insecure-http-parser mocha --exit --recursive",
"test": "npm run build && cross-env NODE_OPTIONS=--insecure-http-parser mocha --exit --recursive",
"prepare": "npm run build",
"prepublishOnly": "(test $RUNNING_FROM_SCRIPT || (echo \"You must use publish.sh instead of 'npm publish' directly!\"; exit 1)) && npm test && npm run lint",
"clean": "rm -rf build",

@@ -59,4 +58,5 @@ "lint": "npm run build && eslint src",

"body-parser": "^1.18.2",
"chai": "^4.0.2",
"eslint": "^7.13.0",
"chai": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-airbnb": "^18.0.1",

@@ -78,5 +78,5 @@ "eslint-config-airbnb-base": "^14.0.0",

"through": "^2.3.8",
"ws": "^7.1.2"
"ws": "^7.4.3"
},
"optionalDependencies": {}
}
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