Socket
Socket
Sign inDemoInstall

@node-red/runtime

Package Overview
Dependencies
7
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.2 to 3.0.0-beta.3

17

locales/en-US/runtime.json

@@ -11,3 +11,2 @@ {

},
"server": {

@@ -65,3 +64,2 @@ "loading": "Loading palette nodes",

},
"api": {

@@ -84,3 +82,2 @@ "flows": {

},
"comms": {

@@ -91,3 +88,2 @@ "error": "Communication channel error: __message__",

},
"settings": {

@@ -97,3 +93,3 @@ "user-not-available": "Cannot save user settings: __message__",

"property-read-only": "Property '__prop__' is read-only",
"readonly-mode" : "Runtime in read-only mode. Changes will not be saved."
"readonly-mode": "Runtime in read-only mode. Changes will not be saved."
},

@@ -109,8 +105,8 @@ "library": {

"credentials": {
"error":"Error loading credentials: __message__",
"error-saving":"Error saving credentials: __message__",
"error": "Error loading credentials: __message__",
"error-saving": "Error saving credentials: __message__",
"not-registered": "Credential type '__type__' is not registered",
"system-key-warning": "\n\n---------------------------------------------------------------------\nYour flow credentials file is encrypted using a system-generated key.\n\nIf the system-generated key is lost for any reason, your credentials\nfile will not be recoverable, you will have to delete it and re-enter\nyour credentials.\n\nYou should set your own key using the 'credentialSecret' option in\nyour settings file. Node-RED will then re-encrypt your credentials\nfile using your chosen key the next time you deploy a change.\n---------------------------------------------------------------------\n",
"unencrypted" : "Using unencrypted credentials",
"encryptedNotFound" : "Encrypted credentials not found"
"unencrypted": "Using unencrypted credentials",
"encryptedNotFound": "Encrypted credentials not found"
},

@@ -159,3 +155,2 @@ "flows": {

},
"storage": {

@@ -190,3 +185,2 @@ "index": {

},
"context": {

@@ -206,3 +200,2 @@ "log-store-init": "Context store : '__name__' [__info__]",

}
}
{
"name": "@node-red/runtime",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/registry": "3.0.0-beta.2",
"@node-red/util": "3.0.0-beta.2",
"@node-red/registry": "3.0.0-beta.3",
"@node-red/util": "3.0.0-beta.3",
"async-mutex": "0.3.2",

@@ -23,0 +23,0 @@ "clone": "2.1.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc