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

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.4.1 to 0.5.0

4

CHANGELOG.md

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

## v0.5.0
- [BREAKING] Change default `created_by` value to `false` (formerly `null`)
## v0.4.1

@@ -7,0 +11,0 @@

2

lib/job.js

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

_this.payload = payload;
_this.created_by = options.created_by || null;
_this.created_by = options.created_by || false;
_this.timeout = options.timeout || 10000;

@@ -65,0 +65,0 @@ _this.maxAttempts = options.max_attempts || 3;

{
"name": "esqueue",
"version": "0.4.1",
"version": "0.5.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