Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dtimer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dtimer - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

6

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc