Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

group-array

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

group-array - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc