Socket
Socket
Sign inDemoInstall

bee-queue

Package Overview
Dependencies
Maintainers
3
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.7.0 to 1.7.1

6

HISTORY.md

@@ -0,1 +1,7 @@

## [1.7.1](https://github.com/bee-queue/bee-queue/compare/v1.7.0...v1.7.1) (2023-11-11)
### Bug Fixes
- fixed the type for job.save function ([#719](https://github.com/bee-queue/bee-queue/issues/719)) ([77a5dac](https://github.com/bee-queue/bee-queue/commit/77a5dacac1e54f4138dc9d3d3e8cf6c76e129d7d))
## [1.7.0](https://github.com/bee-queue/bee-queue/compare/v1.6.0...v1.7.0) (2023-11-06)

@@ -2,0 +8,0 @@

2

index.d.ts

@@ -127,3 +127,3 @@ /// <reference types="node" />

save(): Promise<this>;
save(cb: (job: this) => void): void;
save(cb: (err: Error, job: this) => void): void;
reportProgress(p: any): void;

@@ -130,0 +130,0 @@ remove(): Promise<this>;

{
"name": "bee-queue",
"version": "1.7.0",
"version": "1.7.1",
"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