@airbrake/node
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -10,2 +10,4 @@ "use strict"; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -12,0 +14,0 @@ function __() { this.constructor = d; } |
export declare const NOTIFIER_NAME = "airbrake-js/node"; | ||
export declare const NOTIFIER_VERSION = "2.1.3"; | ||
export declare const NOTIFIER_VERSION = "2.1.4"; | ||
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 = '2.1.3'; | ||
exports.NOTIFIER_VERSION = '2.1.4'; | ||
exports.NOTIFIER_URL = 'https://github.com/airbrake/airbrake-js/tree/master/packages/node'; | ||
//# sourceMappingURL=version.js.map |
@@ -9,2 +9,4 @@ var __extends = (this && this.__extends) || (function () { | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -11,0 +13,0 @@ function __() { this.constructor = d; } |
export declare const NOTIFIER_NAME = "airbrake-js/node"; | ||
export declare const NOTIFIER_VERSION = "2.1.3"; | ||
export declare const NOTIFIER_VERSION = "2.1.4"; | ||
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 = '2.1.3'; | ||
export var NOTIFIER_VERSION = '2.1.4'; | ||
export var NOTIFIER_URL = 'https://github.com/airbrake/airbrake-js/tree/master/packages/node'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@airbrake/node", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Official Airbrake notifier for Node.js", | ||
@@ -20,3 +20,3 @@ "author": "Airbrake", | ||
"dependencies": { | ||
"@airbrake/browser": "^2.1.3", | ||
"@airbrake/browser": "^2.1.4", | ||
"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
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
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
105604
1360
Updated@airbrake/browser@^2.1.4