https-proxy-agent
Advanced tools
Comparing version 4.0.0 to 5.0.0
{ | ||
"name": "https-proxy-agent", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS", | ||
"main": "./index.js", | ||
"types": "./index.d.ts", | ||
"main": "dist/index", | ||
"types": "dist/index", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "mocha --reporter spec" | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"test": "mocha --reporter spec", | ||
"test-lint": "eslint src --ext .js,.ts", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -26,12 +33,25 @@ "repository": { | ||
"dependencies": { | ||
"agent-base": "5", | ||
"agent-base": "6", | ||
"debug": "4" | ||
}, | ||
"devDependencies": { | ||
"mocha": "6", | ||
"proxy": "1" | ||
"@types/debug": "4", | ||
"@types/node": "^12.12.11", | ||
"@typescript-eslint/eslint-plugin": "1.6.0", | ||
"@typescript-eslint/parser": "1.1.0", | ||
"eslint": "5.16.0", | ||
"eslint-config-airbnb": "17.1.0", | ||
"eslint-config-prettier": "4.1.0", | ||
"eslint-import-resolver-typescript": "1.1.1", | ||
"eslint-plugin-import": "2.16.0", | ||
"eslint-plugin-jsx-a11y": "6.2.1", | ||
"eslint-plugin-react": "7.12.4", | ||
"mocha": "^6.2.2", | ||
"proxy": "1", | ||
"rimraf": "^3.0.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"engines": { | ||
"node": ">= 6.0.0" | ||
"node": ">= 6" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
26174
11
317
15
3
+ Addedagent-base@6.0.2(transitive)
- Removedagent-base@5.1.1(transitive)
Updatedagent-base@6