object-rewrite
Advanced tools
Comparing version 4.2.2 to 4.2.3
@@ -50,3 +50,3 @@ "use strict"; | ||
return Object.entries(input).reduce((p, [k, v]) => { | ||
extractKeys(join([prefix, k]), v).forEach(e => p.push(e)); | ||
extractKeys(`${prefix}.${k}`, v).forEach(e => p.push(e)); | ||
return p; | ||
@@ -53,0 +53,0 @@ }, []); |
{ | ||
"name": "object-rewrite", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "Rewrite Object(s) in place using plugins.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
21019