@bugsnag/core
Advanced tools
Comparing version 8.0.0-alpha.8 to 8.0.0-alpha.9
@@ -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]) { |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86823
2311