Comparing version 1.2.0 to 1.2.1
@@ -5,3 +5,3 @@ { | ||
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
@@ -8,0 +8,0 @@ "scripts": [ |
1.2.1 / 2021-03-09 | ||
================== | ||
* Add CONTRIBUTORS and MIT LICENSE file. (#28) | ||
1.2.0 / 2018-08-14 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "debounce", | ||
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"repository": "git://github.com/component/debounce", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
11960
10