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

bugsnag

Package Overview
Dependencies
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugsnag - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

4

CHANGELOG.md
Changelog
=========
1.6.4
-----
- Fix objectClone's use of obj.constructor
1.6.3

@@ -5,0 +9,0 @@ -----

2

lib/utils.js

@@ -50,3 +50,3 @@ var path = require("path");

var alreadyCloned = options.alreadyCloned || [];
var copy = obj.constructor();
var copy = {};
Object.keys(obj).forEach(function (key) {

@@ -53,0 +53,0 @@ var val = obj[key];

{
"name": "bugsnag",
"description": "Bugsnag notifier for node.js scripts",
"version": "1.6.3",
"version": "1.6.4",
"main": "./lib/bugsnag.js",

@@ -6,0 +6,0 @@ "homepage": "http://bugsnag.com",

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