Comparing version 1.6.3 to 1.6.4
Changelog | ||
========= | ||
1.6.4 | ||
----- | ||
- Fix objectClone's use of obj.constructor | ||
1.6.3 | ||
@@ -5,0 +9,0 @@ ----- |
@@ -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", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
75167
2