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

argparse

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argparse - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

2

examples/choice.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

addHelp: true,
description: 'Argparse examples: choice',
description: 'Argparse examples: choice'
});

@@ -11,0 +11,0 @@

@@ -8,3 +8,3 @@ #!/usr/bin/env node

addHelp: true,
description: 'Argparse examples: constant',
description: 'Argparse examples: constant'
});

@@ -11,0 +11,0 @@

@@ -8,3 +8,3 @@ #!/usr/bin/env node

addHelp: true,
description: 'Argparse examples: sub-commands',
description: 'Argparse examples: sub-commands'
});

@@ -11,0 +11,0 @@

@@ -1,4 +0,10 @@

0.1.13 / 2013-05-08
0.1.14 / 2013-05-12
-------------------
* Fixed #62, @maxtaco
0.1.13 / 2013-04-08
-------------------
* Added `.npmignore` to reduce package size

@@ -5,0 +11,0 @@

@@ -402,3 +402,3 @@ /** internal

}
dest = dest.replace('-', '_');
dest = dest.replace(/-/g, '_');
}

@@ -405,0 +405,0 @@

{
"name" : "argparse",
"description" : "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"version" : "0.1.13",
"version" : "0.1.14",
"keywords" : ["cli", "parser", "argparse", "option", "args"],

@@ -6,0 +6,0 @@ "homepage" : "https://github.com/nodeca/argparse",

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