New:Socket for Asana Is Now Available.Learn more
Get Started

@types/lodash

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lodash - npm Package Compare versions

Comparing version
4.17.20
to
4.17.21
+2
-0
lodash/common/math.d.ts

@@ -104,2 +104,3 @@ import _ = require("../index");

*/
max<T>(collection: readonly [T, ...T[]]): T;
max<T>(collection: List<T> | null | undefined): T | undefined;

@@ -220,2 +221,3 @@ }

*/
min<T>(collection: readonly [T, ...T[]]): T;
min<T>(collection: List<T> | null | undefined): T | undefined;

@@ -222,0 +224,0 @@ }

+3
-3
{
"name": "@types/lodash",
"version": "4.17.20",
"version": "4.17.21",
"description": "TypeScript definitions for lodash",

@@ -54,4 +54,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",

"peerDependencies": {},
"typesPublisherContentHash": "965f926f13027c7e00359bf3899ec168b333c7e871110fa4d25af188bdcf5f08",
"typeScriptVersion": "5.1"
"typesPublisherContentHash": "262ec0cf23acf06f09c8d1c50a22c7fb7947e11fcaefe36187c657c5f438e04c",
"typeScriptVersion": "5.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 01 Jul 2025 20:02:28 GMT
* Last updated: Sat, 22 Nov 2025 15:33:02 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display