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 2.0.0 to 3.0.0

2

dist/index.d.ts

@@ -1,1 +0,1 @@

export default function nestedGroupBy<Data extends object, Result = unknown>(seq: Data[], keys: string[]): Result;
export default function nestedGroupBy<Result = unknown>(seq: object[], keys: string[]): Result;
{
"version": "2.0.0",
"version": "3.0.0",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

import groupBy from 'lodash.groupby';
import mapValues from 'lodash.mapvalues';
export default function nestedGroupBy<Data extends object, Result = unknown>(
seq: Data[],
export default function nestedGroupBy<Result = unknown>(
seq: object[],
keys: string[]

@@ -18,1 +18,2 @@ ): Result {

}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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