Socket
Socket
Sign inDemoInstall

groupbyfunctions

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

groupbyfunctions - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "groupbyfunctions",
"version": "0.1.5",
"version": "0.1.6",
"description": "global, easy to use, group by functions on objects. like linq - but much more simple and functional javascript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -77,3 +77,3 @@ # groupbyfunctions

sortobj(groupby(items,'kind'),function(aval,bval,akey,bkey){return bval.length-aval.length})
sortobj(groupby(items,'kind'),function(av,bv,ak,bk){return bv.length-av.length})
//result:

@@ -80,0 +80,0 @@ { 'type-a':

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