Socket
Socket
Sign inDemoInstall

debounce-fn

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debounce-fn - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

2

index.js

@@ -10,3 +10,3 @@ import mimicFn from 'mimic-fn';

wait = 0,
maxWait = Number.Infinity,
maxWait = Number.POSITIVE_INFINITY,
before = false,

@@ -13,0 +13,0 @@ after = true,

{
"name": "debounce-fn",
"version": "5.1.1",
"version": "5.1.2",
"description": "Debounce a function",

@@ -5,0 +5,0 @@ "license": "MIT",

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