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.19
to
4.17.20
+4
-0
lodash/common/common.d.ts

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

type List<T> = ArrayLike<T>;
interface MutableList<T> { // Needed since ArrayLike is readonly
length: number;
[k: number]: T;
}
interface Dictionary<T> {

@@ -251,0 +255,0 @@ [index: string]: T;

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

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

"peerDependencies": {},
"typesPublisherContentHash": "81ab89b6410e58e49431522c43180d313e8d933b3579861c67939db949594e82",
"typesPublisherContentHash": "965f926f13027c7e00359bf3899ec168b333c7e871110fa4d25af188bdcf5f08",
"typeScriptVersion": "5.1"
}

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

### Additional Details
* Last updated: Wed, 25 Jun 2025 22:36:35 GMT
* Last updated: Tue, 01 Jul 2025 20:02:28 GMT
* Dependencies: none

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

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