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 2.0.0-beta.2 to 2.0.0

3

lib/storage/localfilesystem/settings.js

@@ -23,3 +23,3 @@ /**

const configSections = ['nodes','users','projects'];
const configSections = ['nodes','users','projects','modules'];

@@ -63,2 +63,3 @@ const settingsCache = {};

* - .config.projects.json - project settings, including the active project
* - .config.modules.json - external modules installed by the runtime
* - .config.runtime.json - everything else - most notable _credentialSecret

@@ -65,0 +66,0 @@ */

@@ -44,3 +44,4 @@ {

"uninstall-failed-long": "Uninstall of module __name__ failed:",
"uninstalled": "Uninstalled module: __name__"
"uninstalled": "Uninstalled module: __name__",
"old-ext-mod-dir-warning": "\n\n---------------------------------------------------------------------\nNode-RED 1.3 external modules directory detected:\n __oldDir__\nThis directory is no longer used. External Modules will be\nreinstalled in your Node-RED user directory:\n __newDir__\nDelete the old externalModules directory to stop this message.\n---------------------------------------------------------------------\n"
},

@@ -47,0 +48,0 @@ "deprecatedOption": "Use of __old__ is DEPRECATED. Use __new__ instead",

@@ -43,3 +43,4 @@ {

"uninstall-failed-long": "モジュール __name__ のアンインストールに失敗しました:",
"uninstalled": "モジュール __name__ をアンインストールしました"
"uninstalled": "モジュール __name__ をアンインストールしました",
"old-ext-mod-dir-warning": "\n\n---------------------------------------------------------------------\nNode-RED 1.3の外部モジュールディレクトリが存在します:\n __oldDir__\nこのディレクトリは使用しなくなりました。外部モジュールは\nNode-REDユーザディレクトリにインストールされます:\n __newDir__\nこのメッセージ出力を止めるには、古いexternalModules\nディレクトリを削除してください。\n---------------------------------------------------------------------\n"
},

@@ -88,3 +89,4 @@ "deprecatedOption": "__old__ の利用は非推奨です。代わりに __new__ を使用してください",

"not-available": "設定が利用できません",
"property-read-only": "プロパティ '__prop__' は読み出し専用です"
"property-read-only": "プロパティ '__prop__' は読み取り専用です",
"readonly-mode": "ランタイムは読み取り専用モードです。変更は保存されません。"
},

@@ -91,0 +93,0 @@ "library": {

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

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

"dependencies": {
"@node-red/registry": "2.0.0-beta.2",
"@node-red/util": "2.0.0-beta.2",
"@node-red/registry": "2.0.0",
"@node-red/util": "2.0.0",
"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