@github/mini-throttle
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@github/mini-throttle", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "github.com/github/mini-throttle", |
@@ -49,3 +49,3 @@ # mini-throttle | ||
| fn() | 1 2 3 4 5 6 7 8 9 10 | | ||
| throttle(fn, 100}) | 1 2 4 6 8 10 | | ||
| throttle(fn, 100) | 1 2 4 6 8 10 | | ||
| throttle(fn, 100, {start: false}) | 2 4 6 8 10 | | ||
@@ -52,0 +52,0 @@ | throttle(fn, 100, {middle: false}) | 1 10 | |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1