Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ce-mixin", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Computational effect - mixin", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,3 +5,3 @@ 'ues strict'; | ||
Object.keys(mix).forEach(function(key) { | ||
obj[key] = mix[key]; | ||
Object.defineProperty(obj, key, Object.getOwnPropertyDescriptor(mix, key)); | ||
}); | ||
@@ -8,0 +8,0 @@ return obj; |
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
716