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 1.0.0 to 1.0.1

8

CHANGELOG.md

@@ -0,3 +1,9 @@

1.0.1 / 2015-02-20
------------------
* Changed dependencies to be compatible with ancient nodejs.
1.0.0 / 2015-02-19
-------------------
------------------

@@ -4,0 +10,0 @@ * Maintenance release.

4

package.json
{
"name": "argparse",
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -30,3 +30,3 @@ "cli",

"dependencies": {
"lodash": "^3.2.0",
"lodash": "~3.2",
"sprintf-js": "~1.0.2"

@@ -33,0 +33,0 @@ },

@@ -5,2 +5,3 @@ argparse

[![Build Status](https://secure.travis-ci.org/nodeca/argparse.png?branch=master)](http://travis-ci.org/nodeca/argparse)
[![NPM version](https://img.shields.io/npm/v/argparse.svg)](https://www.npmjs.org/package/argparse)

@@ -7,0 +8,0 @@ CLI arguments parser for node.js. Javascript port of python's

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