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

@opencreek/ext

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencreek/ext - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0--canary.7.101107db530869a8abcb875a9a93cfe23737b636.0

2

build/collections.d.ts

@@ -83,2 +83,4 @@ declare type PairSplit<T> = T extends [infer F, infer L] ? [F[], L[]] : never;

minOf(selector: (el: T) => number): number | undefined;
minOf(selector: (el: T) => string): string | undefined;
minOf(selector: (el: T) => Date): Date | undefined;
minWith(comparator: (a: T, b: T) => number): T | undefined;

@@ -85,0 +87,0 @@ partition(predicate: (el: T) => boolean): [T[], T[]];

2

package.json
{
"name": "@opencreek/ext",
"version": "1.4.0",
"version": "1.5.0--canary.7.101107db530869a8abcb875a9a93cfe23737b636.0",
"description": "",

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

@@ -151,2 +151,4 @@ import * as collections from "@opencreek/deno-std-collections"

minOf(selector: (el: T) => number): number | undefined
minOf(selector: (el: T) => string): string | undefined
minOf(selector: (el: T) => Date): Date | undefined
minWith(comparator: (a: T, b: T) => number): T | undefined

@@ -153,0 +155,0 @@ partition(predicate: (el: T) => boolean): [T[], T[]]

Sorry, the diff of this file is not supported yet

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