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

n8n-workflow

Package Overview
Dependencies
Maintainers
1
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-workflow - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

dist/src/NodeHelpers.d.ts

@@ -14,4 +14,4 @@ import { IContextObject, INodeCredentialDescription, INode, INodeExecutionData, INodeIssues, INodeParameters, INodeProperties, IRunExecutionData, IWebhookData, NodeParameterValue, IWorkflowExecuteAdditionalData } from './Interfaces';

export declare function addToIssuesIfMissing(foundIssues: INodeIssues, nodeProperties: INodeProperties, value: NodeParameterValue): void;
export declare function getParameterValueByPath(nodeValues: INodeParameters, parameterName: string, path: string): string | number | boolean | INodeParameters | (string | number | boolean)[] | INodeParameters[];
export declare function getParameterValueByPath(nodeValues: INodeParameters, parameterName: string, path: string): string | number | boolean | INodeParameters | NodeParameterValue[] | INodeParameters[];
export declare function getParameterIssues(nodeProperties: INodeProperties, nodeValues: INodeParameters, path: string): INodeIssues;
export declare function mergeIssues(destination: INodeIssues, source: INodeIssues | null): void;

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

let propertyIssues;
if (node.disabled === true) {
return null;
}
for (const nodeProperty of nodePropertiesArray) {

@@ -254,0 +257,0 @@ propertyIssues = getParameterIssues(nodeProperty, node.parameters, '');

{
"name": "n8n-workflow",
"version": "0.2.0",
"version": "0.3.0",
"description": "Workflow base code of n8n",

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

"ts-jest": "^23.10.1",
"tslint": "^5.11.0",
"tslint": "^5.17.0",
"typescript": "~3.5.2"

@@ -35,0 +35,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