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.14 to 0.1.15

6

HISTORY.md

@@ -0,1 +1,7 @@

0.1.15 / 2013-05-13
-------------------
* Fixed #55, @trebor89
0.1.14 / 2013-05-12

@@ -2,0 +8,0 @@ -------------------

3

lib/action_container.js

@@ -85,3 +85,4 @@ /** internal

// determines whether an "option" looks like a negative number
this._regexpNegativeNumber = new RegExp('^-\\d+$|^-\\d*\\.\\d+$');
// -1, -1.5 -5e+4
this._regexpNegativeNumber = new RegExp('^[-]?[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?$');

@@ -88,0 +89,0 @@ // whether or not there are any optionals that look like negative

{
"name" : "argparse",
"description" : "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"version" : "0.1.14",
"version" : "0.1.15",
"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