pure-assign
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -21,3 +21,3 @@ "use strict"; | ||
function pureAssign(baseObject, updates) { | ||
for (let key in updates) { | ||
for (var key in updates) { | ||
if (Object.prototype.hasOwnProperty.call(updates, key) | ||
@@ -24,0 +24,0 @@ && (!(key in baseObject) |
{ | ||
"name": "pure-assign", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Drop-in replacement for Object.assign() for \"updating\" immutable objects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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