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

node-red-admin

Package Overview
Dependencies
Maintainers
2
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 2.2.3 to 2.2.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 2.2.4
- Add Dracula theme (#17) @bonanitech
- Default to monaco editor for V3 (#19) @Steve-Mcl
- Update dependencies
### 2.2.3

@@ -2,0 +8,0 @@

6

lib/commands/init/index.js

@@ -262,3 +262,3 @@ /**

initial: 'default',
choices: [ "default", "dark", "midnight-red", "oled", "solarized-dark", "solarized-light"],
choices: [ "default", "dark", "dracula", "midnight-red", "oled", "solarized-dark", "solarized-light"],
},

@@ -269,4 +269,4 @@ {

message: 'Select the text editor component to use in the Node-RED Editor',
initial: 'ace',
choices: [ {name:"ace (default)", value:"ace"}, {name:"monaco (new for 2.0)", value:"monaco"}],
initial: 'monaco',
choices: [ {name:"monaco (default)", value:"monaco"}, {name:"ace", value:"ace"} ],
result(value) {

@@ -273,0 +273,0 @@ return this.find(value).value;

{
"name": "node-red-admin",
"version": "2.2.3",
"version": "2.2.4",
"description": "The Node-RED admin command line interface",

@@ -32,7 +32,7 @@ "homepage": "http://nodered.org",

"ansi-colors": "^4.1.1",
"axios": "0.26.0",
"axios": "0.27.0",
"bcryptjs": "^2.4.3",
"cli-table": "^0.3.11",
"enquirer": "^2.3.6",
"minimist": "^1.2.5",
"minimist": "^1.2.6",
"mustache": "^4.2.0",

@@ -43,7 +43,7 @@ "read": "^1.0.7"

"coveralls": "^3.1.1",
"mocha": "^9.1.2",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"should": "^13.2.3",
"sinon": "^11.1.2",
"sinon-test": "^3.1.1"
"sinon-test": "^3.1.3"
},

@@ -50,0 +50,0 @@ "optionalDependencies": {

Sorry, the diff of this file is not supported yet

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