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

@dankreiger/groop

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dankreiger/groop - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

1

dist/types/utils/createGroup/createGroup.d.ts
import type { EntityDict, ObjectKey } from '../../typings';
export declare function createGroup<K extends ObjectKey>(key: K): <T extends Record<K, T[K]>>(items: T[]) => EntityDict<T, T[K]>;
export { type EntityDict };

2

package.json
{
"name": "@dankreiger/groop",
"version": "0.1.29",
"version": "0.1.30",
"description": "Normalize an array of objects by a property.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/dankreiger/groop#readme",

@@ -11,1 +11,3 @@ import type { EntityDict, ObjectKey } from '../../typings';

}
export { type EntityDict };
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