🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@npmcli/agent

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/agent - npm Package Compare versions

Comparing version
4.0.0
to
5.0.0
+13
-12
package.json
{
"name": "@npmcli/agent",
"version": "4.0.0",
"version": "5.0.0",
"description": "the http/https agent used by the npm cli",

@@ -28,22 +28,23 @@ "main": "lib/index.js",

"engines": {
"node": "^20.17.0 || >=22.9.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.25.0",
"publish": "true"
"version": "5.0.0",
"publish": "true",
"updateNpm": false
},
"dependencies": {
"agent-base": "^7.1.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.1",
"agent-base": "^9.0.0",
"http-proxy-agent": "^9.0.0",
"https-proxy-agent": "^9.0.0",
"lru-cache": "^11.2.1",
"socks-proxy-agent": "^8.0.3"
"socks-proxy-agent": "^10.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.25.0",
"minipass-fetch": "^4.0.1",
"@npmcli/eslint-config": "^6.0.0",
"@npmcli/template-oss": "5.0.0",
"ip-address": "^10.1.0",
"minipass-fetch": "^5.0.0",
"nock": "^14.0.3",
"socksv5": "^0.0.6",
"tap": "^16.3.0"

@@ -50,0 +51,0 @@ },