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

@node-red/editor-api

Package Overview
Dependencies
Maintainers
2
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red/editor-api - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

lib/editor/theme.js

@@ -342,2 +342,4 @@ /**

theme.codeEditor.options = Object.assign({}, themePlugin.monacoOptions, theme.codeEditor.options);
theme.mermaid = Object.assign({}, themePlugin.mermaid, theme.mermaid)
}

@@ -344,0 +346,0 @@ activeThemeInitialised = true;

6

package.json
{
"name": "@node-red/editor-api",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",

@@ -19,4 +19,4 @@ "main": "./lib/index.js",

"dependencies": {
"@node-red/util": "3.1.0",
"@node-red/editor-client": "3.1.0",
"@node-red/util": "3.1.1",
"@node-red/editor-client": "3.1.1",
"bcryptjs": "2.4.3",

@@ -23,0 +23,0 @@ "body-parser": "1.20.2",

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