Comparing version 4.0.0 to 4.0.1
@@ -21,2 +21,6 @@ /*! | ||
const validateKey = key => { | ||
if (typeof key !== 'string' && typeof key !== 'number') { | ||
key = String(key); | ||
} | ||
if (isUnsafeKey(key)) { | ||
@@ -23,0 +27,0 @@ throw new Error(`Cannot set unsafe key: "${key}"`); |
{ | ||
"name": "set-value", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Set nested properties on an object using dot notation.", | ||
@@ -125,2 +125,2 @@ "license": "MIT", | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20618
128
0