better-timeout
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -24,3 +24,3 @@ 'use strict'; | ||
setTimeout.apply(undefined, [processTimeout].concat(restArgs)); | ||
id = setTimeout.apply(undefined, [processTimeout].concat(restArgs)); | ||
@@ -27,0 +27,0 @@ function clear() { |
{ | ||
"name": "better-timeout", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Standard javascript setTimeout with clearTimeout as returned function", | ||
@@ -5,0 +5,0 @@ "author": { |
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
6100