proxy-chain
Advanced tools
Comparing version 0.4.9 to 0.4.10-beta.0
{ | ||
"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": {} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
131252
27
10