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

@bugsnag/node

Package Overview
Dependencies
Maintainers
7
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/node - npm Package Compare versions

Comparing version 5.0.0-rc.3 to 5.0.0-rc.4

2

dist/types/bugsnag-core/client.d.ts

@@ -18,3 +18,3 @@ import Breadcrumb from "./breadcrumb";

public use(plugin: common.IPlugin): Client;
public use(plugin: common.IPlugin, ...args: any[]): Client;
public getPlugin(name: string): any;

@@ -21,0 +21,0 @@ public setOptions(opts: common.IConfig): Client;

@@ -13,3 +13,3 @@ import * as Bugsnag from "./bugsnag-core";

projectRoot?: string;
terminateOnUnhandledRejection?: boolean;
sendCode?: boolean;
}

@@ -16,0 +16,0 @@ }

{
"name": "@bugsnag/node",
"version": "5.0.0-rc.3",
"version": "5.0.0-rc.4",
"main": "dist/bugsnag.js",

@@ -21,5 +21,6 @@ "types": "dist/types/bugsnag.d.ts",

"bundle-types": "../../bin/bundle-types",
"build": "npm run clean && npm run build:dist npm run bundle-types",
"build": "npm run clean && npm run build:dist && npm run bundle-types",
"build:dist": "../../bin/bundle src/notifier.js --node --exclude=iserror,stack-generator,error-stack-parser,request,pump,byline --standalone=bugsnag | ../../bin/extract-source-map dist/bugsnag.js",
"test": "bundle exec maze-runner"
"test": "bundle exec maze-runner",
"postversion": "npm run build"
},

@@ -29,13 +30,13 @@ "author": "Bugsnag",

"devDependencies": {
"@bugsnag/core": "^5.0.0-rc.3",
"@bugsnag/delivery-node": "^5.0.0-rc.3",
"@bugsnag/plugin-contextualize": "^5.0.0-rc.3",
"@bugsnag/plugin-intercept": "^5.0.0-rc.3",
"@bugsnag/plugin-node-device": "^5.0.0-rc.3",
"@bugsnag/plugin-node-in-project": "^5.0.0-rc.3",
"@bugsnag/plugin-node-surrounding-code": "^5.0.0-rc.3",
"@bugsnag/plugin-node-uncaught-exception": "^5.0.0-rc.3",
"@bugsnag/plugin-node-unhandled-rejection": "^5.0.0-rc.3",
"@bugsnag/plugin-server-session": "^5.0.0-rc.3",
"@bugsnag/plugin-strip-project-root": "^5.0.0-rc.3",
"@bugsnag/core": "^5.0.0-rc.4",
"@bugsnag/delivery-node": "^5.0.0-rc.4",
"@bugsnag/plugin-contextualize": "^5.0.0-rc.4",
"@bugsnag/plugin-intercept": "^5.0.0-rc.4",
"@bugsnag/plugin-node-device": "^5.0.0-rc.4",
"@bugsnag/plugin-node-in-project": "^5.0.0-rc.4",
"@bugsnag/plugin-node-surrounding-code": "^5.0.0-rc.4",
"@bugsnag/plugin-node-uncaught-exception": "^5.0.0-rc.4",
"@bugsnag/plugin-node-unhandled-rejection": "^5.0.0-rc.4",
"@bugsnag/plugin-server-session": "^5.0.0-rc.4",
"@bugsnag/plugin-strip-project-root": "^5.0.0-rc.4",
"jasmine": "^3.1.0",

@@ -52,3 +53,3 @@ "nyc": "^12.0.2"

},
"gitHead": "ed5f9b46c17a225831586eed4e682d7092d44da4"
"gitHead": "c2e3e8c454dbfa52cf4672c27b2c77b24bac26ed"
}

Sorry, the diff of this file is too big to display

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