Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "utilsac", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "tools mostly", | ||
@@ -5,0 +5,0 @@ "main": "files.js", |
@@ -27,3 +27,3 @@ export { | ||
functionToThrottle(...args); | ||
timeout = setTimeout(makeReady, minimumTimeSpace); | ||
setTimeout(makeReady, minimumTimeSpace); | ||
} | ||
@@ -30,0 +30,0 @@ }; |
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
7313