Socket
Socket
Sign inDemoInstall

@node-red/runtime

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red/runtime - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

lib/api/nodes.js

@@ -275,3 +275,3 @@ /**

error.status = 400;
throw err;
throw error;
}

@@ -323,3 +323,3 @@ },

error.status = 400;
throw err;
throw error;
}

@@ -371,3 +371,3 @@ },

error.status = 400;
throw err;
throw error;
}

@@ -374,0 +374,0 @@ },

@@ -61,3 +61,3 @@ /**

getPluginConfigs: async function(opts) {
if (/[^a-z\-]/i.test(opts.lang)) {
if (/[^0-9a-z=\-\*]/i.test(opts.lang)) {
throw new Error("Invalid language: "+opts.lang)

@@ -64,0 +64,0 @@ return;

@@ -221,3 +221,3 @@ /*!

const reinstallList = [];
const installRetry = 30000;
var installRetry = 30000;
if (settings.hasOwnProperty('autoInstallModulesRetry')) {

@@ -224,0 +224,0 @@ log.warn(log._("server.deprecatedOption",{old:"autoInstallModulesRetry", new:"externalModules.autoInstallRetry"}));

{
"name": "@node-red/runtime",
"version": "1.3.4",
"version": "1.3.5",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/registry": "1.3.4",
"@node-red/util": "1.3.4",
"@node-red/registry": "1.3.5",
"@node-red/util": "1.3.5",
"async-mutex": "0.3.1",

@@ -23,0 +23,0 @@ "clone": "2.1.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