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

node-getopt

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-getopt - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

index.js

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

module.exports = require(__dirname + '/lib/getopt.js');
module.exports = require('./lib/getopt.js');

@@ -193,3 +193,3 @@ // Generated by ToffeeScript 1.4.0

}
} else if ((__matches = arg.match(/^--(\w[\w\-]*)((?:=.*)?)$/))) {
} else if ((__matches = arg.match(/^--(\w[\w\-]*)((?:=[^]*)?)$/))) {
long_name = __matches[1];

@@ -196,0 +196,0 @@ value = __matches[2];

{
"name": "node-getopt",
"version": "0.2.3",
"version": "0.2.4",
"author" : "Jiang Miao <jiangfriend@gmail.com>",
"description": "featured command line args parser",
"keywords" : ["getopt", "arg", "parser"],
"homepage": "http://github.com/jiangmiao/node-getopt",
"homepage": "https://github.com/jiangmiao/node-getopt",
"license": "MIT",
"repository" : {
"type" : "git",
"url" : "git://github.com/jiangmiao/node-getopt.git"
"url" : "https://github.com/jiangmiao/node-getopt"
},

@@ -12,0 +13,0 @@ "main" : "./lib",

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