🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

n8n-workflow

Package Overview
Dependencies
Maintainers
2
Versions
319
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

to
1.61.0

3

dist/Constants.d.ts

@@ -30,2 +30,5 @@ import type { NodeParameterValue } from './Interfaces';

export declare const AI_TRANSFORM_NODE_TYPE = "n8n-nodes-base.aiTransform";
export declare const FORM_TRIGGER_NODE_TYPE = "n8n-nodes-base.formTrigger";
export declare const CHAT_TRIGGER_NODE_TYPE = "@n8n/n8n-nodes-langchain.chatTrigger";
export declare const WAIT_NODE_TYPE = "n8n-nodes-base.wait";
export declare const STARTING_NODE_TYPES: string[];

@@ -32,0 +35,0 @@ export declare const SCRIPTING_NODE_TYPES: string[];

5

dist/Constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SINGLE_EXECUTION_NODES = exports.LANGCHAIN_CUSTOM_TOOLS = exports.HTTP_REQUEST_TOOL_LANGCHAIN_NODE_TYPE = exports.WORKFLOW_TOOL_LANGCHAIN_NODE_TYPE = exports.CODE_TOOL_LANGCHAIN_NODE_TYPE = exports.CHAIN_SUMMARIZATION_LANGCHAIN_NODE_TYPE = exports.OPENAI_LANGCHAIN_NODE_TYPE = exports.CHAIN_LLM_LANGCHAIN_NODE_TYPE = exports.AGENT_LANGCHAIN_NODE_TYPE = exports.MANUAL_CHAT_TRIGGER_LANGCHAIN_NODE_TYPE = exports.NODES_WITH_RENAMABLE_CONTENT = exports.SCRIPTING_NODE_TYPES = exports.STARTING_NODE_TYPES = exports.AI_TRANSFORM_NODE_TYPE = exports.MERGE_NODE_TYPE = exports.FUNCTION_ITEM_NODE_TYPE = exports.FUNCTION_NODE_TYPE = exports.CODE_NODE_TYPE = exports.EXECUTE_WORKFLOW_TRIGGER_NODE_TYPE = exports.EXECUTE_WORKFLOW_NODE_TYPE = exports.START_NODE_TYPE = exports.ERROR_TRIGGER_NODE_TYPE = exports.MANUAL_TRIGGER_NODE_TYPE = exports.WEBHOOK_NODE_TYPE = exports.HTTP_REQUEST_NODE_TYPE = exports.NO_OP_NODE_TYPE = exports.STICKY_NODE_TYPE = exports.UNKNOWN_ERROR_MESSAGE_CRED = exports.UNKNOWN_ERROR_DESCRIPTION = exports.UNKNOWN_ERROR_MESSAGE = exports.FORM_TRIGGER_PATH_IDENTIFIER = exports.CREDENTIAL_EMPTY_VALUE = exports.CODE_EXECUTION_MODES = exports.CODE_LANGUAGES = exports.LOG_LEVELS = exports.WAIT_TIME_UNLIMITED = exports.BINARY_ENCODING = exports.ALPHABET = exports.LOWERCASE_LETTERS = exports.UPPERCASE_LETTERS = exports.DIGITS = void 0;
exports.SINGLE_EXECUTION_NODES = exports.LANGCHAIN_CUSTOM_TOOLS = exports.HTTP_REQUEST_TOOL_LANGCHAIN_NODE_TYPE = exports.WORKFLOW_TOOL_LANGCHAIN_NODE_TYPE = exports.CODE_TOOL_LANGCHAIN_NODE_TYPE = exports.CHAIN_SUMMARIZATION_LANGCHAIN_NODE_TYPE = exports.OPENAI_LANGCHAIN_NODE_TYPE = exports.CHAIN_LLM_LANGCHAIN_NODE_TYPE = exports.AGENT_LANGCHAIN_NODE_TYPE = exports.MANUAL_CHAT_TRIGGER_LANGCHAIN_NODE_TYPE = exports.NODES_WITH_RENAMABLE_CONTENT = exports.SCRIPTING_NODE_TYPES = exports.STARTING_NODE_TYPES = exports.WAIT_NODE_TYPE = exports.CHAT_TRIGGER_NODE_TYPE = exports.FORM_TRIGGER_NODE_TYPE = exports.AI_TRANSFORM_NODE_TYPE = exports.MERGE_NODE_TYPE = exports.FUNCTION_ITEM_NODE_TYPE = exports.FUNCTION_NODE_TYPE = exports.CODE_NODE_TYPE = exports.EXECUTE_WORKFLOW_TRIGGER_NODE_TYPE = exports.EXECUTE_WORKFLOW_NODE_TYPE = exports.START_NODE_TYPE = exports.ERROR_TRIGGER_NODE_TYPE = exports.MANUAL_TRIGGER_NODE_TYPE = exports.WEBHOOK_NODE_TYPE = exports.HTTP_REQUEST_NODE_TYPE = exports.NO_OP_NODE_TYPE = exports.STICKY_NODE_TYPE = exports.UNKNOWN_ERROR_MESSAGE_CRED = exports.UNKNOWN_ERROR_DESCRIPTION = exports.UNKNOWN_ERROR_MESSAGE = exports.FORM_TRIGGER_PATH_IDENTIFIER = exports.CREDENTIAL_EMPTY_VALUE = exports.CODE_EXECUTION_MODES = exports.CODE_LANGUAGES = exports.LOG_LEVELS = exports.WAIT_TIME_UNLIMITED = exports.BINARY_ENCODING = exports.ALPHABET = exports.LOWERCASE_LETTERS = exports.UPPERCASE_LETTERS = exports.DIGITS = void 0;
exports.DIGITS = '0123456789';

@@ -32,2 +32,5 @@ exports.UPPERCASE_LETTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';

exports.AI_TRANSFORM_NODE_TYPE = 'n8n-nodes-base.aiTransform';
exports.FORM_TRIGGER_NODE_TYPE = 'n8n-nodes-base.formTrigger';
exports.CHAT_TRIGGER_NODE_TYPE = '@n8n/n8n-nodes-langchain.chatTrigger';
exports.WAIT_NODE_TYPE = 'n8n-nodes-base.wait';
exports.STARTING_NODE_TYPES = [

@@ -34,0 +37,0 @@ exports.MANUAL_TRIGGER_NODE_TYPE,

@@ -5,2 +5,3 @@ import { NodeConnectionType } from './Interfaces';

export declare const cronNodeOptions: INodePropertyCollection[];
export declare const commonCORSParameters: INodeProperties[];
export declare function convertNodeToAiTool<T extends object & {

@@ -7,0 +8,0 @@ description: INodeTypeDescription | INodeTypeBaseDescription;

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.validateParameter = exports.validateResourceMapperParameter = exports.validateResourceLocatorParameter = exports.cronNodeOptions = void 0;
exports.validateParameter = exports.validateResourceMapperParameter = exports.validateResourceLocatorParameter = exports.commonCORSParameters = exports.cronNodeOptions = void 0;
exports.convertNodeToAiTool = convertNodeToAiTool;

@@ -244,3 +244,3 @@ exports.isSubNodeType = isSubNodeType;

];
const commonCORSParameters = [
exports.commonCORSParameters = [
{

@@ -422,7 +422,7 @@ displayName: 'Allowed Origins (CORS)',

optionsProperty.options = [
...commonCORSParameters,
...exports.commonCORSParameters,
...optionsProperty.options,
];
else
properties.push(...commonCORSParameters);
properties.push(...exports.commonCORSParameters);
}

@@ -429,0 +429,0 @@ applyDeclarativeNodeOptionParameters(nodeType);

{
"name": "n8n-workflow",
"version": "1.60.0",
"version": "1.61.0",
"description": "Workflow base code of n8n",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet