Socket
Socket
Sign inDemoInstall

@types/lodash

Package Overview
Dependencies
0
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.14.179 to 4.14.180

3

lodash/common/lang.d.ts

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

}
type CondPair<T, R> = [(val: T) => boolean, (val: T) => R];
type CondPairNullary<R> = [() => boolean, () => R];
type CondPairUnary<T, R> = [(val: T) => boolean, (val: T) => R];
interface LoDashStatic {

@@ -226,0 +227,0 @@ /**

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

*/
cond<T, R>(pairs: Array<CondPair<T, R>>): (Target: T) => R;
cond<R>(pairs: Array<CondPairNullary<R>>): () => R;
cond<T, R>(pairs: Array<CondPairUnary<T, R>>): (Target: T) => R;
}

@@ -85,0 +86,0 @@

{
"name": "@types/lodash",
"version": "4.14.179",
"version": "4.14.180",
"description": "TypeScript definitions for Lo-Dash",

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

"dependencies": {},
"typesPublisherContentHash": "277bd17a5991f502cf2c534801f3a59fe322476500d195a137df5e62a5bfc5e8",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "866f70e18f129356be318f5ed741df1d7045aed3ba2063f3c44809f9015d1059",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Fri, 25 Feb 2022 23:01:49 GMT
* Last updated: Mon, 14 Mar 2022 19:31:43 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `_`

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc