Socket
Socket
Sign inDemoInstall

nopt

Package Overview
Dependencies
Maintainers
5
Versions
35
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 7.2.0 to 7.2.1

1

lib/debug.js
/* istanbul ignore next */
module.exports = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
// eslint-disable-next-line no-console
? (...a) => console.error(...a)
: () => {}

10

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

@@ -9,3 +9,3 @@ "author": "GitHub Inc.",

"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",

@@ -19,3 +19,3 @@ "template-oss-apply": "template-oss-apply --force",

"type": "git",
"url": "https://github.com/npm/nopt.git"
"url": "git+https://github.com/npm/nopt.git"
},

@@ -31,3 +31,3 @@ "bin": {

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.15.1",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.3.0"

@@ -51,5 +51,5 @@ },

"windowsCI": false,
"version": "4.15.1",
"version": "4.22.0",
"publish": true
}
}
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