New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bugsnag/plugin-react-native-unhandled-rejection

Package Overview
Dependencies
Maintainers
7
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/plugin-react-native-unhandled-rejection - npm Package Compare versions

Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.4

6

package.json
{
"name": "@bugsnag/plugin-react-native-unhandled-rejection",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.4",
"main": "rejection-handler.js",

@@ -23,3 +23,3 @@ "description": "@bugsnag/js plugin to report unhandled promise rejections in React Native",

"devDependencies": {
"@bugsnag/core": "^7.0.0-alpha.1",
"@bugsnag/core": "^7.0.0-alpha.4",
"jasmine": "3.1.0",

@@ -29,3 +29,3 @@ "nyc": "^12.0.2",

},
"gitHead": "55453140c2572284f8b34e3c2b8a8fec1e69c36e"
"gitHead": "10003e19b3f07b388a4af3c1e645b36f0bc22432"
}

@@ -9,3 +9,3 @@ /*

init: (client) => {
if (!client._config.autoDetectErrors || !client._config.autoDetectUnhandledRejections) return () => {}
if (!client._config.autoDetectErrors || !client._config.enabledErrorTypes.unhandledRejections) return () => {}
rnPromise.enable({

@@ -12,0 +12,0 @@ allRejections: true,

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