polling-to-event
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -103,2 +103,7 @@ var extend = require("extend"), | ||
this.interval.resume(); | ||
} | ||
} | ||
pollingtoevent.prototype.clear = function() { | ||
debug("Clearing interval"); | ||
this.interval.clear(); | ||
} |
{ | ||
"name": "polling-to-event", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Receive events with EventEmitter from a polling function ran on an interval", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -108,3 +108,7 @@ # node-polling-to-event | ||
##### clear() | ||
Clears the interval timer | ||
## TODO | ||
@@ -111,0 +115,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
14195
155
140