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
333
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.27.0 to 0.28.0

7

dist/src/NodeExecuteFunctions.js

@@ -258,2 +258,5 @@ "use strict";

},
evaluateExpression: (expression, itemIndex) => {
return workflow.resolveSimpleParameterValue('=' + expression, runExecutionData, runIndex, itemIndex, node.name, connectionInputData);
},
async executeWorkflow(workflowInfo, inputData) {

@@ -321,2 +324,6 @@ return additionalData.executeWorkflow(workflowInfo, additionalData, inputData);

},
evaluateExpression: (expression, evaluateItemIndex) => {
evaluateItemIndex = evaluateItemIndex === undefined ? itemIndex : evaluateItemIndex;
return workflow.resolveSimpleParameterValue('=' + expression, runExecutionData, runIndex, evaluateItemIndex, node.name, connectionInputData);
},
getContext(type) {

@@ -323,0 +330,0 @@ return n8n_workflow_1.NodeHelpers.getContext(runExecutionData, type, node);

4

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

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

"mmmagic": "^0.5.2",
"n8n-workflow": "~0.24.0",
"n8n-workflow": "~0.25.0",
"p-cancelable": "^2.0.0",

@@ -50,0 +50,0 @@ "request-promise-native": "^1.0.7"

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