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.6.0 to 0.7.0

6

dist/src/Interfaces.d.ts

@@ -26,3 +26,3 @@ import { Workflow } from './Workflow';

user?: string;
date?: number;
date?: Date;
}

@@ -368,4 +368,4 @@ export interface ICredentialsDecrypted {

mode: WorkflowExecuteMode;
startedAt: number;
stoppedAt: number;
startedAt: Date;
stoppedAt: Date;
}

@@ -372,0 +372,0 @@ export interface IRunExecutionData {

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