flatulence
Advanced tools
Comparing version 0.1.4 to 0.1.6
@@ -9,3 +9,3 @@ const flatulence = (subject, prefix = '', result = {}) => { | ||
prefix + '.' + key, | ||
result, | ||
result | ||
) | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "flatulence", | ||
"version": "0.1.4", | ||
"version": "0.1.6", | ||
"description": "Flatten objects and arrays so that each key is the full path to a primitive value. Paths are lodash-compatible.", | ||
@@ -5,0 +5,0 @@ "main": "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
1991