Socket
Socket
Sign inDemoInstall

@bugsnag/delivery-expo

Package Overview
Dependencies
Maintainers
7
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/delivery-expo - npm Package Compare versions

Comparing version 7.0.0-pre-alpha-ben.3 to 7.0.0-pre-alpha-ben.4

2

delivery.js

@@ -25,3 +25,3 @@ const payload = require('@bugsnag/core/lib/json-payload')

const enqueue = async (payloadKind, failedPayload) => {
client._logger.info(`Writing ${payloadKind} payloads to cache`)
client._logger.info(`Writing ${payloadKind} payload to cache`)
await queues[payloadKind].enqueue(failedPayload, logError)

@@ -28,0 +28,0 @@ if (networkStatus.isConnected) queueConsumers[payloadKind].start()

{
"name": "@bugsnag/delivery-expo",
"version": "7.0.0-pre-alpha-ben.3",
"version": "7.0.0-pre-alpha-ben.4",
"main": "delivery.js",

@@ -23,3 +23,3 @@ "description": "@bugsnag/js delivery mechanism to send reports from Expo, using the FileSystem API to cache and retry sending failed reports",

"dependencies": {
"@bugsnag/core": "^7.0.0-pre-alpha-ben.3"
"@bugsnag/core": "^7.0.0-pre-alpha-ben.4"
},

@@ -32,3 +32,3 @@ "devDependencies": {

},
"gitHead": "3d28339fb9b10f0058d569eea6690c4cfe065370"
"gitHead": "475db88ddd9c33acf8a66a29507c379608e71421"
}
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