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.10.0 to 1.11.0

dist/configs/sentry.config.d.ts

2

dist/index.d.ts

@@ -11,2 +11,3 @@ import { CacheConfig } from './configs/cache.config';

import { ScalingModeConfig } from './configs/scaling-mode.config';
import { SentryConfig } from './configs/sentry.config';
import { TemplatesConfig } from './configs/templates.config';

@@ -28,2 +29,3 @@ import { UserManagementConfig } from './configs/user-management.config';

workflows: WorkflowsConfig;
sentry: SentryConfig;
path: string;

@@ -30,0 +32,0 @@ host: string;

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

const scaling_mode_config_1 = require("./configs/scaling-mode.config");
const sentry_config_1 = require("./configs/sentry.config");
const templates_config_1 = require("./configs/templates.config");

@@ -84,2 +85,6 @@ const user_management_config_1 = require("./configs/user-management.config");

__decorate([
decorators_1.Nested,
__metadata("design:type", sentry_config_1.SentryConfig)
], GlobalConfig.prototype, "sentry", void 0);
__decorate([
(0, decorators_1.Env)('N8N_PATH'),

@@ -86,0 +91,0 @@ __metadata("design:type", String)

2

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

@@ -5,0 +5,0 @@ "module": "src/index.ts",

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