tempus-fugit
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -50,2 +50,11 @@ var EventEmitter = require('events').EventEmitter | ||
return this._cancelImpl(this._ref); | ||
}; | ||
// maintain api compatibility with all implementations | ||
var noop = function () {}; | ||
AbstractJob.prototype.done = noop; | ||
AbstractJob.prototype.callback = function () { | ||
return noop | ||
}; |
{ | ||
"name": "tempus-fugit", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "schedule stuff", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
29647
717