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

tstl

Package Overview
Dependencies
Maintainers
1
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tstl - npm Package Compare versions

Comparing version 2.5.12 to 2.5.13

2

algorithm/mathematics.d.ts

@@ -37,3 +37,3 @@ /**

*/
export declare function minmax<T>(items: T[], comp: Comparator<T>): Pair<T, T>;
export declare function minmax<T>(items: T[], comp?: Comparator<T>): Pair<T, T>;
/**

@@ -40,0 +40,0 @@ * Get the minimum element in range.

@@ -59,2 +59,3 @@ "use strict";

function minmax(items, comp) {
if (comp === void 0) { comp = comparators_1.less; }
var minimum = items[0];

@@ -61,0 +62,0 @@ var maximum = items[0];

@@ -9,3 +9,3 @@ {

},
"version": "2.5.12",
"version": "2.5.13",
"typings": "./index.d.ts",

@@ -12,0 +12,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