New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/debounce

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/debounce - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

debounce/index.d.ts

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

// Type definitions for debounce 1.2
// Project: https://github.com/component/debounce
// Definitions by: Denis Sokolov <https://github.com/denis-sokolov>
// Wayne Carson <https://github.com/wcarson>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace _debounce {

@@ -8,0 +2,0 @@ const debounce: typeof _debounce;

12

debounce/package.json
{
"name": "@types/debounce",
"version": "1.2.2",
"version": "1.2.3",
"description": "TypeScript definitions for debounce",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/debounce",

"name": "Denis Sokolov",
"url": "https://github.com/denis-sokolov",
"githubUsername": "denis-sokolov"
"githubUsername": "denis-sokolov",
"url": "https://github.com/denis-sokolov"
},
{
"name": "Wayne Carson",
"url": "https://github.com/wcarson",
"githubUsername": "wcarson"
"githubUsername": "wcarson",
"url": "https://github.com/wcarson"
}

@@ -29,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "813c40915107d8a347c8e52cb415fcf8b85be6330ac7df97b352478574dcd729",
"typesPublisherContentHash": "0e3cac12ec201584aed1430cfe88486836c8bf82479b751808005d30e8898955",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````ts
// Type definitions for debounce 1.2
// Project: https://github.com/component/debounce
// Definitions by: Denis Sokolov <https://github.com/denis-sokolov>
// Wayne Carson <https://github.com/wcarson>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace _debounce {

@@ -33,7 +27,6 @@ const debounce: typeof _debounce;

### Additional Details
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Denis Sokolov](https://github.com/denis-sokolov), and [Wayne Carson](https://github.com/wcarson).
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