Socket
Socket
Sign inDemoInstall

@types/lodash

Package Overview
Dependencies
Maintainers
1
Versions
207
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.14.169 to 4.14.170

8

lodash/common/function.d.ts

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

*
* Otherwise, it returns the return value of the last invokation, or undefined if the debounced
* Otherwise, it returns the return value of the last invocation, or undefined if the debounced
* function was not invoked yet.

@@ -385,3 +385,3 @@ */

/**
* Throw away any pending invokation of the debounced function.
* Throw away any pending invocation of the debounced function.
*/

@@ -391,6 +391,6 @@ cancel(): void;

/**
* If there is a pending invokation of the debounced function, invoke it immediately and return
* If there is a pending invocation of the debounced function, invoke it immediately and return
* its return value.
*
* Otherwise, return the value from the last invokation, or undefined if the debounced function
* Otherwise, return the value from the last invocation, or undefined if the debounced function
* was never invoked.

@@ -397,0 +397,0 @@ */

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

@@ -62,4 +62,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "9fd44b93aab38796093e70b40b74759b439c63d6ff9c1b97324552224dacd998",
"typesPublisherContentHash": "a1ab5370dc7d2482887ea9005d6da6d52ec549e607cb6eea7e84a4b6b69751ce",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 12 May 2021 07:01:23 GMT
* Last updated: Fri, 21 May 2021 10:31:46 GMT
* Dependencies: none

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc