Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@npmcli/redact

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/redact - npm Package Compare versions

Comparing version
4.0.0
to
5.0.0
+4
-4
package.json
{
"name": "@npmcli/redact",
"version": "4.0.0",
"version": "5.0.0",
"description": "Redact sensitive npm information from output",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.27.1",
"version": "5.0.0",
"publish": true

@@ -47,8 +47,8 @@ },

"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.27.1",
"@npmcli/template-oss": "5.0.0",
"tap": "^16.3.10"
},
"engines": {
"node": "^20.17.0 || >=22.9.0"
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
}
}