Socket
Socket
Sign inDemoInstall

dashdash

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashdash - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGES.md
# node-dashdash changelog
## 1.0.1
- Fix not modifying the given option spec objects (which breaks creating
a Parser with them more than once).
## 1.0.0

@@ -4,0 +10,0 @@

2

lib/dashdash.js

@@ -143,3 +143,3 @@ /**

this.options = config.options;
this.options = config.options.map(function (o) { return shallowCopy(o); });
this.optionFromName = {};

@@ -146,0 +146,0 @@ for (var i = 0; i < this.options.length; i++) {

{
"name": "dashdash",
"description": "Yet another node.js option parsing library",
"version": "1.0.0",
"version": "1.0.1",
"author": "Trent Mick (trentm.com)",

@@ -6,0 +6,0 @@ "repository": {

Yet another node.js option parsing library.
[Why? See below](#why).
[Why? See below](#why). tl;dr: The others I've tried are one of
too loosey goosey (not explicit), too big/too many deps, or ill specified.
YMMV.
Follow <a href="https://twitter.com/intent/user?screen_name=trentmick" target="_blank">@trentmick</a>
for updates to node-dashdash.
# Usage

@@ -6,0 +11,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