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.2.5 to 1.2.6

3

lib/storage/localfilesystem/library.js

@@ -105,3 +105,4 @@ /**

var fullPath = fspath.join(path,fn);
var absoluteFullPath = fspath.join(root,fullPath);
// we use fs.realpathSync to also resolve Symbolic Link
var absoluteFullPath = fs.realpathSync(fspath.join(root,fullPath));
if (fn[0] != ".") {

@@ -108,0 +109,0 @@ var stats = fs.lstatSync(absoluteFullPath);

@@ -172,2 +172,3 @@ {

"localfilesystem": {
"invalid-json": "コンテキストファイル '__file__' のJSONが不正",
"error-circular": "コンテキスト __scope__ は永続化できない循環参照を含んでいます",

@@ -174,0 +175,0 @@ "error-write": "コンテキスト書込みエラー: __message__"

{
"name": "@node-red/runtime",
"version": "1.2.5",
"version": "1.2.6",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/registry": "1.2.5",
"@node-red/util": "1.2.5",
"@node-red/registry": "1.2.6",
"@node-red/util": "1.2.6",
"async-mutex": "0.2.4",

@@ -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