Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "dtimer", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Distributed timer backed by Redis.", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"bluebird": "^3.1.1", | ||
"debug": "~2.3.0", | ||
"debug": "~2.6.9", | ||
"lured": "~0.0.2", | ||
@@ -26,3 +26,3 @@ "redis": "~0.12.1", | ||
"async": "~0.9.0", | ||
"coveralls": "~2.11.1", | ||
"coveralls": "~2.13.3", | ||
"eslint": "^1.10.3", | ||
@@ -29,0 +29,0 @@ "istanbul": "~0.3.0", |
@@ -87,3 +87,3 @@ # dtimer | ||
peek(evId [, cb]) => {Promise} | ||
* {string} evId - The event ID to be canceled. | ||
* {string} evId - The event ID to be peeked. | ||
* {function} [cb] - Callback made when the operation is complete. | ||
@@ -109,3 +109,3 @@ * returns Promise if cb is not supplied. | ||
confirm(evId [, cb]) | ||
* {string} evId - The event ID to be canceled. | ||
* {string} evId - The event ID to be confirmed. | ||
* {function} [cb] - Callback made when the operation is complete. | ||
@@ -112,0 +112,0 @@ * returns Promise if cb is not supplied. |
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
32229
8
+ Addeddebug@2.6.9(transitive)
+ Addedms@2.0.0(transitive)
- Removeddebug@2.3.3(transitive)
- Removedms@0.7.2(transitive)
Updateddebug@~2.6.9