@connectedyard/node-jlink
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@connectedyard/node-jlink", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "jLinkexe driver for nodejs", | ||
"main": "index.js", | ||
"bin": { | ||
"jlink": "./bin/cli.js" | ||
}, | ||
"scripts": { | ||
@@ -24,4 +27,5 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"dependencies": { | ||
"bluebird": "^3.4.6" | ||
"bluebird": "^3.4.6", | ||
"commander": "^2.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51926
18
278
2
+ Addedcommander@^2.9.0
+ Addedcommander@2.20.3(transitive)