map-filter-reduce
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "map-filter-reduce", | ||
"description": "", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"homepage": "https://github.com/dominictarr/map-filter-reduce", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -103,3 +103,3 @@ # map-filter-reduce | ||
if the input was `{key: k, value: {foo: blah, name: 'bob'}}` | ||
the output would just be `'bob'`. | ||
the output would just be `{name: 'bob'}`. | ||
@@ -106,0 +106,0 @@ #### key: strings, numbers |
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
34165