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

nopt

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nopt - npm Package Compare versions

Comparing version
8.1.0
to
9.0.0
+5
-5
package.json
{
"name": "nopt",
"version": "8.1.0",
"version": "9.0.0",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",

@@ -26,7 +26,7 @@ "author": "GitHub Inc.",

"dependencies": {
"abbrev": "^3.0.0"
"abbrev": "^4.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.6",
"@npmcli/template-oss": "4.27.1",
"tap": "^16.3.0"

@@ -45,3 +45,3 @@ },

"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},

@@ -51,5 +51,5 @@ "templateOSS": {

"windowsCI": false,
"version": "4.23.6",
"version": "4.27.1",
"publish": true
}
}