ts-deepmerge
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -50,3 +50,3 @@ "use strict"; | ||
}; | ||
var PROTECTED_KEYS = ["__proto__"]; | ||
var PROTECTED_KEYS = ["__proto__", "constructor", "prototype"]; | ||
var merge = function () { | ||
@@ -53,0 +53,0 @@ var objects = []; |
@@ -6,3 +6,3 @@ { | ||
"license": "ISC", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "typescript", |
Sorry, the diff of this file is not supported yet
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
8542