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.1 to 1.0.2

6

CHANGELOG.md

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

1.0.2 / 2015-03-22
------------------
* Relaxed lodash version dependency.
1.0.1 / 2015-02-20

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

4

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

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

"dependencies": {
"lodash": "~3.2",
"lodash": ">= 3.2.0 < 4.0.0",
"sprintf-js": "~1.0.2"

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

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