Socket
Socket
Sign inDemoInstall

debounce-fn

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.1.0

4

index.js

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

before = false,
after = true
after = true,
} = options;

@@ -25,3 +25,3 @@

const debouncedFunction = function (...arguments_) {
const context = this;
const context = this; // eslint-disable-line unicorn/no-this-assignment

@@ -28,0 +28,0 @@ const later = () => {

{
"name": "debounce-fn",
"version": "5.0.0",
"version": "5.1.0",
"description": "Debounce a function",

@@ -36,10 +36,10 @@ "license": "MIT",

"dependencies": {
"mimic-fn": "^3.0.0"
"mimic-fn": "^4.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"delay": "^4.2.0",
"tsd": "^0.14.0",
"xo": "^0.37.1"
"delay": "^5.0.0",
"tsd": "^0.19.1",
"xo": "^0.47.0"
}
}

@@ -7,5 +7,5 @@ # debounce-fn

```sh
npm install debounce-fn
```
$ npm install debounce-fn
```

@@ -12,0 +12,0 @@ ## Usage

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc