Socket
Socket
Sign inDemoInstall

bullmq

Package Overview
Dependencies
Maintainers
1
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bullmq - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.8.2](https://github.com/taskforcesh/bullmq/compare/v1.8.1...v1.8.2) (2020-03-03)
### Bug Fixes
* restore the Job timestamp when deserializing JSON data ([#138](https://github.com/taskforcesh/bullmq/issues/138)) ([#152](https://github.com/taskforcesh/bullmq/issues/152)) ([c171bd4](https://github.com/taskforcesh/bullmq/commit/c171bd47f7b75378e75307a1decdc0f630ac1cd6))
## [1.8.1](https://github.com/taskforcesh/bullmq/compare/v1.8.0...v1.8.1) (2020-03-02)

@@ -2,0 +9,0 @@

2

dist/classes/job.js

@@ -55,3 +55,3 @@ "use strict";

// job.delay = parseInt(json.delay);
// job.timestamp = parseInt(json.timestamp);
job.timestamp = parseInt(json.timestamp);
if (json.finishedOn) {

@@ -58,0 +58,0 @@ job.finishedOn = parseInt(json.finishedOn);

{
"name": "bullmq",
"version": "1.8.1",
"version": "1.8.2",
"description": "Queue for messages and jobs based on Redis",

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

@@ -116,3 +116,3 @@ import { Redis, Pipeline } from 'ioredis';

// job.delay = parseInt(json.delay);
// job.timestamp = parseInt(json.timestamp);
job.timestamp = parseInt(json.timestamp);

@@ -119,0 +119,0 @@ if (json.finishedOn) {

Sorry, the diff of this file is not supported yet

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