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

js-fns

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-fns - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

5

group/index.d.ts

@@ -1,5 +0,4 @@

declare type Group<ItemType> = {
export declare type Groups<ItemType> = {
[key: string]: ItemType[];
};
export default function group<ItemType, GroupIdType extends string | number>(arr: ItemType[], getGroupId: (item: ItemType, index: number) => GroupIdType): Group<ItemType>;
export {};
export default function group<ItemType, GroupIdType extends string | number>(arr: ItemType[], getGroupId: (item: ItemType, index: number) => GroupIdType): Groups<ItemType>;

2

package.json
{
"name": "js-fns",
"version": "2.1.0",
"version": "2.2.0",
"description": "Modern JavaScript utility library focused on the build size",

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

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