Socket
Socket
Sign inDemoInstall

esqueue

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esqueue - npm Package Compare versions

Comparing version 0.11.1 to 0.12.0

9

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## v0.12.0
- [BREAKING] Rename general queue error to `queue:error` instead of simply `error`
- Remove the `timeout` parameter from the ping operation on intiialization
## v0.11.1

@@ -14,2 +19,6 @@

## v0.10.5
- Apache 2.0 license file
## v0.10.4

@@ -16,0 +25,0 @@

2

lib/constants/events.js

@@ -7,3 +7,3 @@ 'use strict';

exports.default = {
EVENT_QUEUE_ERROR: 'error',
EVENT_QUEUE_ERROR: 'queue:error',
EVENT_JOB_ERROR: 'job:error',

@@ -10,0 +10,0 @@ EVENT_JOB_CREATED: 'job:created',

@@ -82,3 +82,3 @@ 'use strict';

value: function _initTasks() {
var initTasks = [this.client.ping({ timeout: 3000 })];
var initTasks = [this.client.ping()];

@@ -85,0 +85,0 @@ return Promise.all(initTasks).catch(function (err) {

{
"name": "esqueue",
"version": "0.11.1",
"version": "0.12.0",
"description": "Job queue, powered by Elasticsearch",

@@ -5,0 +5,0 @@ "main": "lib/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