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

node-red-admin

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-admin - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/commands/hash.js

8

node-red-admin.js

@@ -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"

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