Socket
Socket
Sign inDemoInstall

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.2 to 0.1.3

6

HISTORY.md

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

0.1.3 / 2012-06-27
------------------
* Fixed formatter api name: Formatter -> HelpFormatter
0.1.2 / 2012-05-29

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

2

lib/argparse.js

@@ -6,3 +6,3 @@ 'use strict';

module.exports.Action = require('./action');
module.exports.Formatter = require('./help/formatter.js');
module.exports.HelpFormatter = require('./help/formatter.js');
module.exports.Const = require('./const.js');
{
"name" : "argparse",
"description" : "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"version" : "0.1.2",
"version" : "0.1.3",
"keywords" : ["cli", "parser", "argparse", "option", "args"],

@@ -19,9 +19,9 @@ "homepage" : "https://github.com/nodeca/argparse",

},
"dependencies" : {
"underscore" : "1.3.1",
"underscore.string" : "2.1.1"
"underscore" : "~1.3.3",
"underscore.string" : "~2.1.1"
},
"devDependencies" : { "mocha": "1.0.1" },
"devDependencies" : { "mocha": "~1.2.1" },
"engines" : { "node": ">= 0.6.0" }
}

Sorry, the diff of this file is not supported yet

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