Socket
Socket
Sign inDemoInstall

agent-base

Package Overview
Dependencies
2
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

./dist/index.js

22

package.json
{
"name": "agent-base",
"version": "7.0.0",
"version": "7.0.1",
"description": "Turn a function into an `http.Agent` instance",

@@ -10,8 +10,2 @@ "main": "./dist/index.js",

],
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail",
"lint": "eslint . --ext .ts",
"pack": "node ../../scripts/pack.mjs"
},
"repository": {

@@ -37,3 +31,3 @@ "type": "git",

"@types/jest": "^29.5.1",
"@types/node": "^14.18.43",
"@types/node": "^14.18.45",
"@types/semver": "^7.3.13",

@@ -44,9 +38,15 @@ "@types/ws": "^6.0.4",

"ts-jest": "^29.1.0",
"tsconfig": "workspace:*",
"typescript": "^5.0.4",
"ws": "^3.3.3"
"ws": "^3.3.3",
"tsconfig": "0.0.0"
},
"engines": {
"node": ">= 14"
},
"scripts": {
"build": "tsc",
"test": "jest --env node --verbose --bail",
"lint": "eslint . --ext .ts",
"pack": "node ../../scripts/pack.mjs"
}
}
}

@@ -91,6 +91,6 @@ agent-base

[http-proxy-agent]: https://github.com/TooTallNate/node-http-proxy-agent
[https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent
[pac-proxy-agent]: https://github.com/TooTallNate/node-pac-proxy-agent
[socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent
[http-proxy-agent]: ../http-proxy-agent
[https-proxy-agent]: ../https-proxy-agent
[pac-proxy-agent]: ../pac-proxy-agent
[socks-proxy-agent]: ../socks-proxy-agent
[http.Agent]: https://nodejs.org/api/http.html#http_class_http_agent
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc