debounce-fn
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7471
+ Addedmimic-fn@4.0.0(transitive)
- Removedmimic-fn@3.1.0(transitive)
Updatedmimic-fn@^4.0.0