Socket
Socket
Sign inDemoInstall

@bugsnag/core

Package Overview
Dependencies
Maintainers
9
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/core - npm Package Compare versions

Comparing version 8.0.0-alpha.7 to 8.0.0-alpha.8

1

client.js

@@ -189,3 +189,2 @@ const config = require('./config')

if (plugin.name) this._plugins[`~${plugin.name}~`] = result
return this
}

@@ -192,0 +191,0 @@

4

package.json
{
"name": "@bugsnag/core",
"main": "index.js",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"types": "types/index.d.ts",

@@ -29,3 +29,3 @@ "description": "Core classes and utilities for Bugsnag notifiers",

},
"gitHead": "9b5fafd2ff4ab56650d1a06dd5a0df119fae8054"
"gitHead": "b7272e343403f3e04975a1ba0863103fc32afcbf"
}

@@ -26,3 +26,3 @@ import Client from './client'

maxBreadcrumbs?: number
metadata?: { [key: string]: any }
metadata?: { [section: string]: { [key: string]: any } }
featureFlags?: FeatureFlag[]

@@ -29,0 +29,0 @@ releaseStage?: string

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