Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dnlup/agent-11

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnlup/agent-11 - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [3.0.0](https://github.com/dnlup/agent-11/compare/v2.0.0...v3.0.0) (2020-12-19)
### ⚠ BREAKING CHANGES
* **deps:** the minimu required version of undici is 3
### build
* **deps:** bump undici to version 3 ([b29efde](https://github.com/dnlup/agent-11/commit/b29efde8da482eb4e30586ef6f0c99f603595d8b))
## [2.0.0](https://github.com/dnlup/agent-11/compare/v1.0.2...v2.0.0) (2020-12-09)

@@ -7,0 +18,0 @@

6

package.json
{
"name": "@dnlup/agent-11",
"version": "2.0.0",
"version": "3.0.0",
"description": "A simple undici pool manager",

@@ -46,3 +46,3 @@ "main": "index.js",

"peerDependencies": {
"undici": "^2.0.7"
"undici": "^3.0.0"
},

@@ -58,4 +58,4 @@ "devDependencies": {

"tap": "^14.10.8",
"undici": "^2.0.7"
"undici": "^3.0.0"
}
}

@@ -9,3 +9,4 @@ # agent-11

You might find this module useful if you use [`undici`](https://github.com/nodejs/undici) and need to manage connections to different and unknown hosts.
You might find this module useful if you use [`undici`](https://github.com/nodejs/undici) and need to manage connections to different hosts and you don't know them ahead of time, so you can't
create static clients.

@@ -12,0 +13,0 @@ `agent-11` controls [`undici`'s](https://github.com/nodejs/undici) pool connections to different hosts. Each time you request a new one, it creates a new pool.

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