Socket
Socket
Sign inDemoInstall

nopt

Package Overview
Dependencies
1
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 7.0.0

21

package.json
{
"name": "nopt",
"version": "6.0.0",
"version": "7.0.0",
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",

@@ -8,5 +8,2 @@ "author": "GitHub Inc.",

"scripts": {
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"test": "tap",

@@ -29,7 +26,7 @@ "lint": "eslint \"**/*.js\"",

"dependencies": {
"abbrev": "^1.0.0"
"abbrev": "^2.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.5.0",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.8.0",
"tap": "^16.3.0"

@@ -41,3 +38,7 @@ },

"branches": 81,
"statements": 87
"statements": 87,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},

@@ -49,3 +50,3 @@ "files": [

"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},

@@ -55,4 +56,4 @@ "templateOSS": {

"windowsCI": false,
"version": "3.5.0"
"version": "4.8.0"
}
}
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