Socket
Socket
Sign inDemoInstall

@types/lodash.debounce

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/lodash.debounce - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

3

lodash.debounce/index.d.ts
// Type definitions for lodash.debounce 4.0
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -5,0 +6,0 @@ // TypeScript Version: 2.8

{
"name": "@types/lodash.debounce",
"version": "4.0.6",
"version": "4.0.7",
"description": "TypeScript definitions for lodash.debounce",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.debounce",
"license": "MIT",

@@ -16,11 +17,6 @@ "contributors": [

"githubUsername": "chrootsu"
},
{
"name": "Stepan Mikhaylyuk",
"url": "https://github.com/stepancar",
"githubUsername": "stepancar"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -35,4 +31,4 @@ "type": "git",

},
"typesPublisherContentHash": "798c2774a109ad91652dd1986f1cc20ef3b1640051a7e67683aecbc7565ced7a",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "1a2eb3be85e51c635c4a50402a9e1f1b40d9cb47563a27bad2db79439c03c8e0",
"typeScriptVersion": "3.9"
}

@@ -5,13 +5,28 @@ # Installation

# Summary
This package contains type definitions for lodash.debounce ( https://lodash.com ).
This package contains type definitions for lodash.debounce (https://lodash.com).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.debounce
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.debounce.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.debounce/index.d.ts)
````ts
// Type definitions for lodash.debounce 4.0
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
Additional Details
* Last updated: Mon, 04 Mar 2019 22:43:02 GMT
* Dependencies: @types/lodash
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { debounce } from "lodash";
export = debounce;
````
### Additional Details
* Last updated: Mon, 18 Apr 2022 23:03:14 GMT
* Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
* Global values: none
# Credits
These definitions were written by Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>.
These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).

Sorry, the diff of this file is not supported yet

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