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
287
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.78.0 to 0.79.0

1

dist/src/Expression.js

@@ -34,2 +34,3 @@ "use strict";

data.document = {};
data.constructor = {};
try {

@@ -36,0 +37,0 @@ const returnValue = tmpl.tmpl(parameterValue, data);

2

dist/src/Interfaces.d.ts

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

name: string;
value: string | number;
value: string | number | boolean;
description?: string;

@@ -428,0 +428,0 @@ }

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

default: {},
description: 'Time at which polling should occur.',
description: 'Time at which polling should occur',
placeholder: 'Add Poll Time',

@@ -76,3 +76,3 @@ options: [

default: 14,
description: 'The hour of the day to trigger (24h format).',
description: 'The hour of the day to trigger (24h format)',
},

@@ -93,3 +93,3 @@ {

default: 0,
description: 'The minute of the day to trigger.',
description: 'The minute of the day to trigger',
},

@@ -110,3 +110,3 @@ {

default: 1,
description: 'The day of the month to trigger.',
description: 'The day of the month to trigger',
},

@@ -153,3 +153,3 @@ {

default: '1',
description: 'The weekday to trigger.',
description: 'The weekday to trigger',
},

@@ -182,3 +182,3 @@ {

default: 2,
description: 'All how many X minutes/hours it should trigger.',
description: 'All how many X minutes/hours it should trigger',
},

@@ -205,3 +205,3 @@ {

default: 'hours',
description: 'If it should trigger all X minutes or hours.',
description: 'If it should trigger all X minutes or hours',
},

@@ -208,0 +208,0 @@ ],

{
"name": "n8n-workflow",
"version": "0.78.0",
"version": "0.79.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

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