Socket
Socket
Sign inDemoInstall

use-debounce

Package Overview
Dependencies
3
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.2 to 8.0.3

4

package.json
{
"name": "use-debounce",
"version": "8.0.2",
"version": "8.0.3",
"description": "Debounce hook for react",

@@ -13,2 +13,3 @@ "source": "src/index.ts",

"node": {
"types": "./dist/index.d.ts",
"module": "./dist/index.module.js",

@@ -19,2 +20,3 @@ "require": "./dist/index.js",

"browser": {
"types": "./dist/index.d.ts",
"import": "./dist/index.module.js",

@@ -21,0 +23,0 @@ "require": "./dist/index.js"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc