Socket
Socket
Sign inDemoInstall

@types/lodash

Package Overview
Dependencies
0
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.14.201 to 4.14.202

2

lodash/common/common.d.ts

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

type PartialObject<T> = GlobalPartial<T>;
type Many<T> = T | ReadonlyArray<T>;
type Many<T> = T | readonly T[];
type ImpChain<T> =

@@ -10,0 +10,0 @@ T extends { __trapAny: any } ? Collection<any> & Function<any> & Object<any> & Primitive<any> & String :

@@ -19,4 +19,4 @@ /// <reference path="./common/common.d.ts" />

declare namespace _ {
// tslint:disable-next-line no-empty-interface (This will be augmented)
// eslint-disable-next-line @typescript-eslint/no-empty-interface -- (This will be augmented)
interface LoDashStatic {}
}
{
"name": "@types/lodash",
"version": "4.14.201",
"version": "4.14.202",
"description": "TypeScript definitions for lodash",

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

"dependencies": {},
"typesPublisherContentHash": "a394c03496dc7a916ab83ff4abd5ddd1617f375cba6d051ee42f0370da8f2079",
"typesPublisherContentHash": "2ee5f60edd87342ef5a1583206f0bc89316579ce56fbb428ecc225da97131b77",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc