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

@bugsnag/plugin-expo-app

Package Overview
Dependencies
Maintainers
10
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/plugin-expo-app - npm Package Compare versions

Comparing version 7.2.0-alpha.0 to 7.2.0-rc.0

3

app.js

@@ -37,7 +37,10 @@ const Constants = require('expo-constants').default

const inForeground = AppState.currentState === 'active'
event.app.inForeground = inForeground
event.app.duration = now - appStart
if (inForeground) {
event.app.durationInForeground = now - lastEnteredForeground
}
event.addMetadata('app', { nativeBundleVersion, nativeVersionCode })

@@ -44,0 +47,0 @@

6

package.json
{
"name": "@bugsnag/plugin-expo-app",
"version": "7.2.0-alpha.0",
"version": "7.2.0-rc.0",
"main": "app.js",

@@ -23,3 +23,3 @@ "description": "@bugsnag/js plugin to provide information about an Expo app",

"devDependencies": {
"@bugsnag/core": "^7.2.0-alpha.0",
"@bugsnag/core": "^7.2.0-rc.0",
"jasmine": "3.1.0",

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

},
"gitHead": "55ac20cf50e91cbd7ba6aec40a79a6f4dbfdda1e"
"gitHead": "03c7bf6972eab56722f1e6f6e1dddcfdd7ecebbc"
}
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