Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getopts

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getopts - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

package.json
{
"name": "getopts",
"description": "Node.js CLI options parser.",
"version": "2.0.5",
"version": "2.0.6",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -22,3 +22,3 @@ # Getopts

<pre>
$ <a href="./example/demo">example/demo</a> --super=sonic -xu9000 -- game over
$ <a href="./example/demo">example/demo</a> --super=sonic -au9000 -- game over
</pre>

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

_: ["game", "over"],
x: true,
a: true,
s: "sonic",

@@ -48,0 +48,0 @@ u: "9000",

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