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.8

6

lodash.debounce/index.d.ts

@@ -1,7 +0,1 @@

// 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: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts

@@ -8,0 +2,0 @@

22

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

@@ -9,18 +10,13 @@ "contributors": [

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

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

},
"typesPublisherContentHash": "798c2774a109ad91652dd1986f1cc20ef3b1640051a7e67683aecbc7565ced7a",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "61948f1a9bc5a3cfc0724127164b45fc51b2fd847c905cdb9f3fa4e2e2b47c10",
"typeScriptVersion": "4.5"
}

@@ -5,13 +5,20 @@ # 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
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
Additional Details
* Last updated: Mon, 04 Mar 2019 22:43:02 GMT
* Dependencies: @types/lodash
* Global values: none
import { debounce } from "lodash";
export = debounce;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 05:47:07 GMT
* Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
# 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