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

@n8n/config

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/config - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

3

dist/configs/runners.config.d.ts

@@ -7,2 +7,5 @@ export declare class TaskRunnersConfig {

listen_address: string;
useLauncher: boolean;
launcherPath: string;
launcherRunner: string;
}

@@ -21,2 +21,5 @@ "use strict";

this.listen_address = '127.0.0.1';
this.useLauncher = false;
this.launcherPath = '';
this.launcherRunner = 'javascript';
}

@@ -45,2 +48,14 @@ };

], TaskRunnersConfig.prototype, "listen_address", void 0);
__decorate([
(0, decorators_1.Env)('N8N_RUNNERS_USE_LAUNCHER'),
__metadata("design:type", Boolean)
], TaskRunnersConfig.prototype, "useLauncher", void 0);
__decorate([
(0, decorators_1.Env)('N8N_RUNNERS_LAUNCHER_PATH'),
__metadata("design:type", String)
], TaskRunnersConfig.prototype, "launcherPath", void 0);
__decorate([
(0, decorators_1.Env)('N8N_RUNNERS_LAUNCHER_RUNNER'),
__metadata("design:type", String)
], TaskRunnersConfig.prototype, "launcherRunner", void 0);
exports.TaskRunnersConfig = TaskRunnersConfig = __decorate([

@@ -47,0 +62,0 @@ decorators_1.Config

6

package.json
{
"name": "@n8n/config",
"version": "1.13.0",
"version": "1.14.0",
"main": "dist/index.js",

@@ -9,4 +9,4 @@ "module": "src/index.ts",

"dist/**/*",
"LICENSE.md",
"LICENSE_EE.md"
"LICENSE_EE.md",
"LICENSE.md"
],

@@ -13,0 +13,0 @@ "dependencies": {

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