Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bugsnag/core

Package Overview
Dependencies
Maintainers
9
Versions
104
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.8 to 8.0.0-alpha.9

10

lib/metadata-delegate.js

@@ -17,2 +17,7 @@ const assign = require('./es-utils/assign')

// preventing the __proto__ property from being used as a key
if (section === '__proto__' || section === 'constructor' || section === 'prototype') {
return
}
// ensure a section with this name exists

@@ -45,2 +50,7 @@ if (!state[section]) state[section] = {}

// preventing the __proto__ property from being used as a key
if (section === '__proto__' || section === 'constructor' || section === 'prototype') {
return
}
// clear a single value from a section

@@ -47,0 +57,0 @@ if (state[section]) {

4

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

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

},
"gitHead": "b7272e343403f3e04975a1ba0863103fc32afcbf"
"gitHead": "aa2585cd436873745012438acb522dd4db91272c"
}
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