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.95.0 to 0.96.0

24

dist/src/Interfaces.d.ts

@@ -147,5 +147,13 @@ /// <reference types="node" />

}
export interface IAuthenticateRuleResponseSuccessBody extends IAuthenticateRuleBase {
type: 'responseSuccessBody';
properties: {
message: string;
key: string;
value: any;
};
}
export interface ICredentialTestRequest {
request: IHttpRequestOptions;
rules?: IAuthenticateRuleResponseCode[];
rules?: IAuthenticateRuleResponseCode[] | IAuthenticateRuleResponseSuccessBody[];
}

@@ -288,3 +296,3 @@ export interface ICredentialTestRequestData {

getContext(type: string): IContextObject;
getCredentials(type: string, itemIndex?: number): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string, itemIndex?: number): Promise<ICredentialDataDecryptedObject>;
getInputData(inputIndex?: number, inputName?: string): INodeExecutionData[];

@@ -316,3 +324,3 @@ getMode(): WorkflowExecuteMode;

getContext(type: string): IContextObject;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject>;
getInputData(inputIndex?: number, inputName?: string): INodeExecutionData;

@@ -347,3 +355,3 @@ getMode(): WorkflowExecuteMode;

export interface ILoadOptionsFunctions {
getCredentials(type: string): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject>;
getNode(): INode;

@@ -363,3 +371,3 @@ getNodeParameter(parameterName: string, fallbackValue?: any): NodeParameterValue | INodeParameters | NodeParameterValue[] | INodeParameters[] | object;

export interface IHookFunctions {
getCredentials(type: string): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject>;
getMode(): WorkflowExecuteMode;

@@ -383,3 +391,3 @@ getActivationMode(): WorkflowActivateMode;

__emit(data: INodeExecutionData[][]): void;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject>;
getMode(): WorkflowExecuteMode;

@@ -402,3 +410,3 @@ getActivationMode(): WorkflowActivateMode;

emitError(error: Error, responsePromise?: IDeferredPromise<IExecuteResponsePromiseData>): void;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject>;
getMode(): WorkflowExecuteMode;

@@ -420,3 +428,3 @@ getActivationMode(): WorkflowActivateMode;

getBodyData(): IDataObject;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject | undefined>;
getCredentials(type: string): Promise<ICredentialDataDecryptedObject>;
getHeaderData(): object;

@@ -423,0 +431,0 @@ getMode(): WorkflowExecuteMode;

{
"name": "n8n-workflow",
"version": "0.95.0",
"version": "0.96.0",
"description": "Workflow base code of n8n",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

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