Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

n8n-core

Package Overview
Dependencies
Maintainers
1
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-core - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

10

dist/src/NodeExecuteFunctions.js

@@ -279,2 +279,12 @@ "use strict";

},
getCurrentNodeParameter: (parameterName) => {
const nodeParameters = JSON.parse('' + additionalData.currentNodeParameters);
if (nodeParameters && nodeParameters[parameterName]) {
return nodeParameters[parameterName];
}
return undefined;
},
getCurrentNodeParameters: () => {
return JSON.parse('' + additionalData.currentNodeParameters);
},
getNodeParameter: (parameterName, fallbackValue) => {

@@ -281,0 +291,0 @@ const runExecutionData = null;

4

package.json
{
"name": "n8n-core",
"version": "0.13.0",
"version": "0.14.0",
"description": "Core functionality of n8n",

@@ -45,3 +45,3 @@ "license": "SEE LICENSE IN LICENSE.md",

"mmmagic": "^0.5.2",
"n8n-workflow": "~0.14.0",
"n8n-workflow": "~0.15.0",
"request-promise-native": "^1.0.7"

@@ -48,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet

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