fairmont-helpers
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -52,3 +52,4 @@ "use strict"; | ||
results.push(Object.defineProperty(target, name, { | ||
value: f | ||
value: f, | ||
configurable: true | ||
})); | ||
@@ -55,0 +56,0 @@ } |
{ | ||
"name": "fairmont-helpers", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Functional helpers for arrays, objects, strings, and types", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
101026
2234