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.170 to 4.14.171

12

lodash/common/common.d.ts

@@ -119,19 +119,19 @@ import _ = require("../index");

**/
escape?: RegExp;
escape?: RegExp | undefined;
/**
* The "evaluate" delimiter.
**/
evaluate?: RegExp;
evaluate?: RegExp | undefined;
/**
* An object to import into the template as local variables.
*/
imports?: Dictionary<any>;
imports?: Dictionary<any> | undefined;
/**
* The "interpolate" delimiter.
*/
interpolate?: RegExp;
interpolate?: RegExp | undefined;
/**
* Used to reference the data object in the template text.
*/
variable?: string;
variable?: string | undefined;
}

@@ -170,3 +170,3 @@ /**

*/
clear?: () => void;
clear?: (() => void) | undefined;
}

@@ -173,0 +173,0 @@ interface MapCacheConstructor {

@@ -361,11 +361,11 @@ import _ = require("../index");

*/
leading?: boolean;
leading?: boolean | undefined;
/**
* @see _.maxWait
*/
maxWait?: number;
maxWait?: number | undefined;
/**
* @see _.trailing
*/
trailing?: boolean;
trailing?: boolean | undefined;
}

@@ -1337,7 +1337,7 @@ interface DebouncedFunc<T extends (...args: any[]) => any> {

*/
leading?: boolean;
leading?: boolean | undefined;
/**
* @see _.trailing
*/
trailing?: boolean;
trailing?: boolean | undefined;
}

@@ -1344,0 +1344,0 @@ interface LoDashStatic {

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

*/
sourceURL?: string;
sourceURL?: string | undefined;
}

@@ -659,11 +659,11 @@ interface TemplateExecutor {

*/
length?: number;
length?: number | undefined;
/**
* @see _.omission
*/
omission?: string;
omission?: string | undefined;
/**
* @see _.separator
*/
separator?: string | RegExp;
separator?: string | RegExp | undefined;
}

@@ -670,0 +670,0 @@ interface LoDashStatic {

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

*/
chain?: boolean;
chain?: boolean | undefined;
}

@@ -608,0 +608,0 @@ interface LoDashStatic {

{
"name": "@types/lodash",
"version": "4.14.170",
"version": "4.14.171",
"description": "TypeScript definitions for Lo-Dash",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
"license": "MIT",

@@ -62,4 +63,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "a1ab5370dc7d2482887ea9005d6da6d52ec549e607cb6eea7e84a4b6b69751ce",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "47ee457337f16c752395542084e5ec22662487b7b62ec8850fa3bd079fb06e81",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 21 May 2021 10:31:46 GMT
* Last updated: Tue, 06 Jul 2021 22:02:44 GMT
* Dependencies: none

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

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