@bugsnag/delivery-electron
Advanced tools
Comparing version 7.12.0-rc.0 to 7.12.0-rc.1
@@ -9,3 +9,9 @@ const { createHash } = require('crypto') | ||
const send = (opts, body, cb) => { | ||
const errorHandler = err => { | ||
err.isRetryable = true | ||
cb(err) | ||
} | ||
const req = net.request(opts, response => { | ||
req.removeListener('error', errorHandler) | ||
if (isOk(response)) { | ||
@@ -20,3 +26,3 @@ cb(null) | ||
req.on('error', cb) | ||
req.on('error', errorHandler) | ||
@@ -23,0 +29,0 @@ try { |
{ | ||
"name": "@bugsnag/delivery-electron", | ||
"version": "7.12.0-rc.0", | ||
"version": "7.12.0-rc.1", | ||
"main": "delivery.js", | ||
@@ -28,3 +28,3 @@ "description": "@bugsnag/electron delivery mechanism to send events, sessions, and crash dumps from Electron apps", | ||
}, | ||
"gitHead": "32fd1829c62f4f5610082e681e6313fc51bc2643" | ||
"gitHead": "65acf3b12b89b711a0ae2e4379b7168941dcea61" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13483
355
0