node-red-admin
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -35,3 +35,4 @@ #!/usr/bin/env node | ||
"remove": require("./lib/commands/remove"), | ||
"login": require("./lib/commands/login") | ||
"login": require("./lib/commands/login"), | ||
"hash-pw": require("./lib/commands/hash") | ||
}; | ||
@@ -55,3 +56,5 @@ | ||
" install\n" + | ||
" remove\n"; | ||
" remove\n" + | ||
" hash-pw\n" | ||
; | ||
console.log(helpText); | ||
@@ -72,2 +75,1 @@ } | ||
} | ||
{ | ||
"name": "node-red-admin", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The Node-RED admin command line interface", | ||
@@ -20,8 +20,9 @@ "homepage": "http://nodered.org", | ||
"dependencies": { | ||
"bcryptjs": "2.3.0", | ||
"cli-table": "0.3.1", | ||
"colors": "1.1.2", | ||
"minimist": "1.2.0", | ||
"request": "2.64.0", | ||
"when": "3.7.3", | ||
"cli-table": "0.3.1", | ||
"read": "1.0.7" | ||
"read": "1.0.7", | ||
"request": "2.67.0", | ||
"when": "3.7.5" | ||
}, | ||
@@ -33,6 +34,9 @@ "devDependencies": { | ||
"grunt-simple-mocha": "^0.4.0", | ||
"mocha": "2.3.3", | ||
"mocha": "2.3.4", | ||
"should": "6.0.3", | ||
"sinon": "1.17.1" | ||
"sinon": "1.17.2" | ||
}, | ||
"optionalDependencies": { | ||
"bcrypt":"0.8.5" | ||
}, | ||
"bin": { | ||
@@ -39,0 +43,0 @@ "node-red-admin": "node-red-admin.js" |
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
79771
36
1791
8
+ Addedbcryptjs@2.3.0
+ Addedasn1@0.2.6(transitive)
+ Addedassert-plus@0.2.01.0.0(transitive)
+ Addedaws-sign2@0.6.0(transitive)
+ Addedbcrypt@0.8.5(transitive)
+ Addedbcrypt-pbkdf@1.0.2(transitive)
+ Addedbcryptjs@2.3.0(transitive)
+ Addedbindings@1.2.1(transitive)
+ Addedcore-util-is@1.0.2(transitive)
+ Addeddashdash@1.14.1(transitive)
+ Addedecc-jsbn@0.1.2(transitive)
+ Addedextsprintf@1.3.0(transitive)
+ Addedgetpass@0.1.7(transitive)
+ Addedhar-validator@2.0.6(transitive)
+ Addedhttp-signature@1.1.1(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedjsbn@0.1.1(transitive)
+ Addedjson-schema@0.4.0(transitive)
+ Addedjsprim@1.4.2(transitive)
+ Addednan@2.0.5(transitive)
+ Addedpinkie@2.0.4(transitive)
+ Addedpinkie-promise@2.0.1(transitive)
+ Addedqs@5.2.1(transitive)
+ Addedrequest@2.67.0(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedsshpk@1.18.0(transitive)
+ Addedtough-cookie@2.2.2(transitive)
+ Addedtweetnacl@0.14.5(transitive)
+ Addedverror@1.10.0(transitive)
+ Addedwhen@3.7.5(transitive)
- Removedasn1@0.1.11(transitive)
- Removedassert-plus@0.1.5(transitive)
- Removedaws-sign2@0.5.0(transitive)
- Removedbluebird@2.11.0(transitive)
- Removedctype@0.5.3(transitive)
- Removedhar-validator@1.8.0(transitive)
- Removedhttp-signature@0.11.0(transitive)
- Removedqs@5.1.0(transitive)
- Removedrequest@2.64.0(transitive)
- Removedtldts@6.1.70(transitive)
- Removedtldts-core@6.1.70(transitive)
- Removedtough-cookie@5.0.0(transitive)
- Removedwhen@3.7.3(transitive)
Updatedrequest@2.67.0
Updatedwhen@3.7.5