Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@airbrake/node

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airbrake/node - npm Package Compare versions

Comparing version 1.4.2 to 2.0.0

2

dist/notifier.d.ts

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

import { BaseNotifier, INotice, IOptions } from '@airbrake/browser';
import { BaseNotifier, INotice, IOptions } from '../../browser';
import { Scope, ScopeManager } from './scope';

@@ -3,0 +3,0 @@ export declare class Notifier extends BaseNotifier {

@@ -53,3 +53,4 @@ "use strict";

exports.Notifier = void 0;
var browser_1 = require("@airbrake/browser");
// import { BaseNotifier, INotice, IOptions } from '@airbrake/browser';
var browser_1 = require("../../browser");
var node_1 = require("./filter/node");

@@ -64,3 +65,2 @@ var scope_1 = require("./scope");

}
opt.performanceStats = opt.performanceStats !== false;
_this = _super.call(this, opt) || this;

@@ -67,0 +67,0 @@ _this.addFilter(node_1.nodeFilter);

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

import { BaseNotifier, INotice, IOptions } from '@airbrake/browser';
import { BaseNotifier, INotice, IOptions } from '../../browser';
import { Scope, ScopeManager } from './scope';

@@ -3,0 +3,0 @@ export declare class Notifier extends BaseNotifier {

@@ -50,3 +50,4 @@ var __extends = (this && this.__extends) || (function () {

};
import { BaseNotifier } from '@airbrake/browser';
// import { BaseNotifier, INotice, IOptions } from '@airbrake/browser';
import { BaseNotifier } from '../../browser';
import { nodeFilter } from './filter/node';

@@ -61,3 +62,2 @@ import { Scope, ScopeManager } from './scope';

}
opt.performanceStats = opt.performanceStats !== false;
_this = _super.call(this, opt) || this;

@@ -64,0 +64,0 @@ _this.addFilter(nodeFilter);

{
"name": "@airbrake/node",
"version": "1.4.2",
"version": "2.0.0",
"description": "Official Airbrake notifier for Node.js",

@@ -20,3 +20,3 @@ "author": "Airbrake",

"dependencies": {
"@airbrake/browser": "^1.4.2",
"@airbrake/browser": "^2.0.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

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