You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@node-red/registry

Package Overview
Dependencies
Maintainers
2
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.7 to 4.0.0-beta.1

2

lib/externalModules.js

@@ -267,3 +267,3 @@ // This module handles the management of modules required by the runtime and flows.

"dir": installDir,
"args": ["--production","--engine-strict"]
"args": ["--omit=dev","--engine-strict"]
}

@@ -270,0 +270,0 @@ return hooks.trigger("preInstall", triggerPayload).then((result) => {

@@ -218,3 +218,3 @@ /**

"isUpgrade": isUpgrade,
"args": ['--no-audit','--no-update-notifier','--no-fund','--save','--save-prefix=~','--production','--engine-strict']
"args": ['--no-audit','--no-update-notifier','--no-fund','--save','--save-prefix=~','--omit=dev','--engine-strict']
}

@@ -221,0 +221,0 @@

{
"name": "@node-red/registry",
"version": "3.1.7",
"version": "4.0.0-beta.1",
"license": "Apache-2.0",

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

"dependencies": {
"@node-red/util": "3.1.7",
"@node-red/util": "4.0.0-beta.1",
"clone": "2.1.2",

@@ -22,0 +22,0 @@ "fs-extra": "11.1.1",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc