New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

n8n-core

Package Overview
Dependencies
Maintainers
0
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-core - npm Package Compare versions

Comparing version

to
1.83.0

2

dist/errors/error-reporter.js

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

'level' in originalException.cause &&
originalException.cause.level === 'warning') {
(originalException.cause.level === 'warning' || originalException.cause.level === 'info')) {
return null;

@@ -180,0 +180,0 @@ }

@@ -1,5 +0,4 @@

import { ApplicationError } from 'n8n-workflow';
export declare class UnrecognizedCredentialTypeError extends ApplicationError {
severity: string;
import { UserError } from 'n8n-workflow';
export declare class UnrecognizedCredentialTypeError extends UserError {
constructor(credentialType: string);
}

@@ -5,6 +5,5 @@ "use strict";

const n8n_workflow_1 = require("n8n-workflow");
class UnrecognizedCredentialTypeError extends n8n_workflow_1.ApplicationError {
class UnrecognizedCredentialTypeError extends n8n_workflow_1.UserError {
constructor(credentialType) {
super(`Unrecognized credential type: ${credentialType}`);
this.severity = 'warning';
}

@@ -11,0 +10,0 @@ }

@@ -1,5 +0,4 @@

import { ApplicationError } from 'n8n-workflow';
export declare class UnrecognizedNodeTypeError extends ApplicationError {
severity: string;
import { UserError } from 'n8n-workflow';
export declare class UnrecognizedNodeTypeError extends UserError {
constructor(packageName: string, nodeType: string);
}

@@ -5,6 +5,5 @@ "use strict";

const n8n_workflow_1 = require("n8n-workflow");
class UnrecognizedNodeTypeError extends n8n_workflow_1.ApplicationError {
class UnrecognizedNodeTypeError extends n8n_workflow_1.UserError {
constructor(packageName, nodeType) {
super(`Unrecognized node type: ${packageName}.${nodeType}`);
this.severity = 'warning';
}

@@ -11,0 +10,0 @@ }

{
"name": "n8n-core",
"version": "1.82.2",
"version": "1.83.0",
"description": "Core functionality of n8n",

@@ -32,3 +32,3 @@ "main": "dist/index",

"aws4": "1.11.0",
"axios": "1.7.4",
"axios": "1.8.2",
"callsites": "3.1.0",

@@ -57,5 +57,5 @@ "chardet": "2.0.0",

"@n8n/client-oauth2": "0.23.0",
"@n8n/di": "0.4.0",
"@n8n/config": "1.32.0",
"@n8n/di": "0.4.0",
"n8n-workflow": "1.81.1"
"n8n-workflow": "1.82.0"
},

@@ -62,0 +62,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

Sorry, the diff of this file is not supported yet