Socket
Socket
Sign inDemoInstall

nested-groupby

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

dist/nested-groupby.cjs.js

@@ -15,3 +15,3 @@ 'use strict';

return mapValues(groupBy(seq, first), function (value) {
return nest(value, rest);
return nestedGroupBy(value, rest);
});

@@ -18,0 +18,0 @@ }

@@ -11,3 +11,3 @@ import groupBy from 'lodash.groupby';

return mapValues(groupBy(seq, first), function (value) {
return nest(value, rest);
return nestedGroupBy(value, rest);
});

@@ -14,0 +14,0 @@ }

{
"name": "nested-groupby",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/nested-groupby.cjs.js",

@@ -26,3 +26,4 @@ "module": "dist/nested-groupby.esm.js",

"pretest": "npm run build",
"build:remove": "run-s clean build"
"build:remove": "run-s clean build",
"prepublish": "npm run build:remove"
},

@@ -29,0 +30,0 @@ "files": [

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc