Socket
Socket
Sign inDemoInstall

@node-red/runtime

Package Overview
Dependencies
76
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

3

lib/index.js

@@ -207,2 +207,5 @@ /*!

}
if (settings.readOnly){
log.info(log._("settings.readonly-mode"))
}
if (settings.httpStatic) {

@@ -209,0 +212,0 @@ log.info(log._("runtime.paths.httpStatic",{path:path.resolve(settings.httpStatic)}));

3

locales/en-US/runtime.json

@@ -91,3 +91,4 @@ {

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

@@ -94,0 +95,0 @@ "library": {

@@ -36,2 +36,3 @@ {

"install-failed-url": "$t(server.install.install-failed-long) 不正なURL: __url__",
"post-install-error": "'postInstall'フックの実行に失敗しました。:",
"upgrading": "モジュール __name__ をバージョン __version__ に更新します",

@@ -158,2 +159,3 @@ "upgraded": "モジュール __name__ を更新しました。新しいバージョンを使うには、Node-REDを再起動してください。",

"fsync-fail": "ファイル __path__ のディスクへの書き出しに失敗しました : __message__",
"warn_name": "フローファイルの名前が設定されていません。ホスト名から作成します。",
"projects": {

@@ -160,0 +162,0 @@ "changing-project": "プロジェクトを設定します : __project__",

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

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc