Socket
Socket
Sign inDemoInstall

fp-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-toolkit - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

dist/types/Array/Array.spec-d.d.ts

2

dist/types/Array/Array.d.ts

@@ -260,3 +260,3 @@ import { EqualityComparer } from "../EqualityComparer";

*/
export declare const groupBy: <A>(selector: (a: A) => string) => (as: readonly A[]) => ReadonlyMap<string, NonEmptyArray<A>>;
export declare const groupBy: <A, K extends string>(selector: (a: A) => K) => (as: readonly A[]) => ReadonlyMap<K, NonEmptyArray<A>>;
/**

@@ -263,0 +263,0 @@ * Add an array of values to the _end_ of the subsequently

@@ -22,3 +22,3 @@ {

],
"version": "1.4.2",
"version": "1.4.3",
"type": "module",

@@ -40,4 +40,4 @@ "main": "./dist/fp-toolkit.cjs",

"build": "tsc && vite build",
"test": "vitest",
"test:coverage": "vitest --watch=false --coverage",
"test": "vitest --typecheck",
"test:coverage": "vitest --watch=false --coverage --typecheck",
"lintfmt": "biome check . --diagnostic-level=error",

@@ -44,0 +44,0 @@ "lintfmt:fix": "biome check --apply . --diagnostic-level=error",

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