group-array
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "group-array", | ||
"description": "Group array of objects into lists.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/doowb/group-array", | ||
@@ -29,3 +29,13 @@ "author": "Brian Woodward (https://github.com/doowb)", | ||
"union-value": "^0.1.1" | ||
}, | ||
"verb": { | ||
"related": { | ||
"list": [ | ||
"group-object", | ||
"get-value", | ||
"union-value", | ||
"arr-reduce" | ||
] | ||
} | ||
} | ||
} |
@@ -71,2 +71,3 @@ # group-array [![NPM version](https://badge.fury.io/js/group-array.svg)](http://badge.fury.io/js/group-array) [![Build Status](https://travis-ci.org/doowb/group-array.svg)](https://travis-ci.org/doowb/group-array) | ||
* [arr-reduce](https://github.com/jonschlinkert/arr-reduce): Fast array reduce that also loops over sparse elements. | ||
* [group-object](https://github.com/doowb/group-object): Group object keys and values into lists. | ||
@@ -73,0 +74,0 @@ * [get-value](https://github.com/jonschlinkert/get-value): Use property paths (` a.b.c`) to get a nested value from an object. |
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
7301
102