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

simple-argparse

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-argparse - npm Package Compare versions

Comparing version 0.0.0-alpha.1.0 to 0.0.0-alpha.1.1

6

package.json
{
"name": "simple-argparse",
"version": "0.0.0-alpha.1.0",
"version": "0.0.0-alpha.1.1",
"description": "Simple Argument parser for Command-line Applications",

@@ -24,4 +24,4 @@ "homepage": "https://github.com/forfuture-dev/node-simple-argparse",

"devDependencies": {
"mocha": "^1.21.5",
"should": "^4.0.4"
"mocha": "1.21.5",
"should": "4.0.4"
},

@@ -28,0 +28,0 @@ "scripts": {

@@ -15,3 +15,3 @@

|Node|0.11, 0.10, 0.8, 0.6|
|Last Updated|12th Oct, 2014|
|Last Updated|13th Oct, 2014|

@@ -60,5 +60,5 @@

var myOtherParser = new myParser(function(output) {
socket.emit("commandComplete", output);
});
var myOtherParser = new myParser(function(output) {
socket.emit("commandComplete", output);
});

@@ -65,0 +65,0 @@ A Parser has these methods:

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