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

n8n-workflow

Package Overview
Dependencies
Maintainers
3
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.154.0 to 0.155.0

1

dist/Constants.d.ts

@@ -6,1 +6,2 @@ export declare const BINARY_ENCODING = "base64";

export declare const NODES_WITH_RENAMABLE_CONTENT: Set<string>;
export declare const CREDENTIAL_EMPTY_VALUE: "__n8n_EMPTY_VALUE_7b1af746-3729-4c60-9b9b-e08eb29e58da";

3

dist/Constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NODES_WITH_RENAMABLE_CONTENT = exports.CODE_EXECUTION_MODES = exports.CODE_LANGUAGES = exports.WAIT_TIME_UNLIMITED = exports.BINARY_ENCODING = void 0;
exports.CREDENTIAL_EMPTY_VALUE = exports.NODES_WITH_RENAMABLE_CONTENT = exports.CODE_EXECUTION_MODES = exports.CODE_LANGUAGES = exports.WAIT_TIME_UNLIMITED = exports.BINARY_ENCODING = void 0;
exports.BINARY_ENCODING = 'base64';

@@ -13,2 +13,3 @@ exports.WAIT_TIME_UNLIMITED = '3000-01-01T00:00:00.000Z';

]);
exports.CREDENTIAL_EMPTY_VALUE = '__n8n_EMPTY_VALUE_7b1af746-3729-4c60-9b9b-e08eb29e58da';
//# sourceMappingURL=Constants.js.map

@@ -601,3 +601,3 @@ /// <reference types="node" />

export type CodeExecutionMode = (typeof CODE_EXECUTION_MODES)[number];
export type SQLDialect = 'mssql' | 'mysql' | 'postgres';
export type SQLDialect = 'StandardSQL' | 'PostgreSQL' | 'MySQL' | 'MariaSQL' | 'MSSQL' | 'SQLite' | 'Cassandra' | 'PLSQL';
export interface ILoadOptions {

@@ -604,0 +604,0 @@ routing?: {

{
"name": "n8n-workflow",
"version": "0.154.0",
"version": "0.155.0",
"description": "Workflow base code of n8n",

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

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 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