🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@n8n/errors

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@n8n/errors - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+3
dist/isolate.error.d.ts
export declare class IsolateError extends Error {
constructor(message: string);
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IsolateError = void 0;
class IsolateError extends Error {
constructor(message) {
super(message);
this.name = 'IsolateError';
}
}
exports.IsolateError = IsolateError;
//# sourceMappingURL=isolate.error.js.map
{"version":3,"file":"isolate.error.js","sourceRoot":"","sources":["../src/isolate.error.ts"],"names":[],"mappings":";;;AAAA,MAAa,YAAa,SAAQ,KAAK;IACtC,YAAY,OAAe;QAC1B,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,cAAc,CAAC;IAC5B,CAAC;CACD;AALD,oCAKC"}
+1
-0
export { ApplicationError } from './application.error';
export { IsolateError } from './isolate.error';
export type * from './types';
+3
-1
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApplicationError = void 0;
exports.IsolateError = exports.ApplicationError = void 0;
var application_error_1 = require("./application.error");
Object.defineProperty(exports, "ApplicationError", { enumerable: true, get: function () { return application_error_1.ApplicationError; } });
var isolate_error_1 = require("./isolate.error");
Object.defineProperty(exports, "IsolateError", { enumerable: true, get: function () { return isolate_error_1.IsolateError; } });
//# sourceMappingURL=index.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAAuD;AAA9C,qHAAA,gBAAgB,OAAA"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,yDAAuD;AAA9C,qHAAA,gBAAgB,OAAA;AACzB,iDAA+C;AAAtC,6GAAA,YAAY,OAAA"}
{
"name": "@n8n/errors",
"version": "0.6.0",
"version": "0.7.0",
"main": "dist/index.js",

@@ -14,3 +14,3 @@ "module": "src/index.ts",

"@sentry/node": "^10.36.0",
"@n8n/typescript-config": "1.3.0"
"@n8n/typescript-config": "1.4.0"
},

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

Sorry, the diff of this file is not supported yet