nodejs-timer
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -17,2 +17,4 @@ "use strict"; | ||
this.timeoutIdx = setTimeout(function () { | ||
if (_this.timeoutIdx === null) | ||
return; | ||
_this.timeoutIdx = null; | ||
@@ -19,0 +21,0 @@ _this.trigger(param); |
{ | ||
"name": "nodejs-timer", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Timer for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
5657
61