@airbrake/node
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -164,4 +164,4 @@ "use strict"; | ||
try { | ||
var mod = require(modName); | ||
var airbrakeMod = require("@airbrake/node/dist/instrumentation/" + modName); | ||
var mod = require(modName + ".js"); | ||
var airbrakeMod = require("@airbrake/node/dist/instrumentation/" + modName + ".js"); | ||
airbrakeMod.patch(mod, this); | ||
@@ -168,0 +168,0 @@ } |
export declare const NOTIFIER_NAME = "airbrake-js/node"; | ||
export declare const NOTIFIER_VERSION = "1.4.2"; | ||
export declare const NOTIFIER_VERSION = "2.0.0"; | ||
export declare const NOTIFIER_URL = "https://github.com/airbrake/airbrake-js/tree/master/packages/node"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
exports.NOTIFIER_NAME = 'airbrake-js/node'; | ||
exports.NOTIFIER_VERSION = '1.4.2'; | ||
exports.NOTIFIER_VERSION = '2.0.0'; | ||
exports.NOTIFIER_URL = 'https://github.com/airbrake/airbrake-js/tree/master/packages/node'; | ||
//# sourceMappingURL=version.js.map |
@@ -161,4 +161,4 @@ var __extends = (this && this.__extends) || (function () { | ||
try { | ||
var mod = require(modName); | ||
var airbrakeMod = require("@airbrake/node/dist/instrumentation/" + modName); | ||
var mod = require(modName + ".js"); | ||
var airbrakeMod = require("@airbrake/node/dist/instrumentation/" + modName + ".js"); | ||
airbrakeMod.patch(mod, this); | ||
@@ -165,0 +165,0 @@ } |
export declare const NOTIFIER_NAME = "airbrake-js/node"; | ||
export declare const NOTIFIER_VERSION = "1.4.2"; | ||
export declare const NOTIFIER_VERSION = "2.0.0"; | ||
export declare const NOTIFIER_URL = "https://github.com/airbrake/airbrake-js/tree/master/packages/node"; | ||
//# sourceMappingURL=version.d.ts.map |
export var NOTIFIER_NAME = 'airbrake-js/node'; | ||
export var NOTIFIER_VERSION = '1.4.2'; | ||
export var NOTIFIER_VERSION = '2.0.0'; | ||
export var NOTIFIER_URL = 'https://github.com/airbrake/airbrake-js/tree/master/packages/node'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@airbrake/node", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Official Airbrake notifier for Node.js", | ||
@@ -20,3 +20,3 @@ "author": "Airbrake", | ||
"dependencies": { | ||
"@airbrake/browser": "^2.0.0", | ||
"@airbrake/browser": "^2.1.0", | ||
"cross-fetch": "^3.0.4", | ||
@@ -23,0 +23,0 @@ "error-stack-parser": "^2.0.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
105216
Updated@airbrake/browser@^2.1.0