parse-node-args
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| <a name="1.1.1"></a> | ||
| ## [1.1.1](https://github.com/marko-js/utils/tree/master/packages/parse-node-args/compare/parse-node-args@1.1.0...parse-node-args@1.1.1) (2018-06-04) | ||
| **Note:** Version bump only for package parse-node-args | ||
| <a name="1.1.0"></a> | ||
@@ -8,0 +16,0 @@ # 1.1.0 (2018-05-23) |
+1
-1
| { | ||
| "name": "parse-node-args", | ||
| "description": "Extract node cli options from a list of flags.", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "author": "Dylan Piercey <dpiercey@ebay.com>", | ||
@@ -6,0 +6,0 @@ "browser": { |
+2
-2
@@ -23,5 +23,5 @@ # parse-node-args | ||
| import { deepEqual } from "assert"; | ||
| import pullNodeArgs from "parse-node-args"; | ||
| import parseNodeArgs from "parse-node-args"; | ||
| const { nodeArgs, cliArgs } = pullNodeArgs(process.argv); | ||
| const { nodeArgs, cliArgs } = parseNodeArgs(process.argv); | ||
@@ -28,0 +28,0 @@ deepEqual(nodeArgs, ["--inspect-brk"]); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4052
6.13%1
Infinity%