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

bee-queue

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-queue - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

7

HISTORY.md

@@ -0,5 +1,10 @@

1.2.2 / 2018-01-25
==================
* Update Typescript type definitions (thanks @brickyang for #98).
1.2.1 / 2018-01-15
==================
* Update Typescript type definitions (thanks @brickyang for #90).
* Update Typescript type definitions (thanks @brickyang for #94).

@@ -6,0 +11,0 @@ 1.2.0 / 2018-01-10

2

index.d.ts

@@ -112,5 +112,5 @@ import { ClientOpts } from 'redis';

type DoneCallback<T> = (error: Error | null, result: T) => void;
type DoneCallback<T> = (error: Error | null, result?: T) => void;
}
export = BeeQueue;
{
"name": "bee-queue",
"version": "1.2.1",
"version": "1.2.2",
"description": "A simple, fast, robust job/task queue, backed by Redis.",

@@ -5,0 +5,0 @@ "main": "index.js",

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