@bugsnag/node
Advanced tools
Comparing version 5.0.0-rc.3 to 5.0.0-rc.4
@@ -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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
2025
188798
12
5