Socket
Socket
Sign inDemoInstall

esqueue

Package Overview
Dependencies
16
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md

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

## v2.0.1
- Don't swallow 400 errors at index creation
## v2.0.0

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

1

lib/helpers/create_index.js

@@ -46,3 +46,2 @@ 'use strict';

return client.indices.create({
ignore: 400,
index: indexName,

@@ -49,0 +48,0 @@ body: body

{
"name": "esqueue",
"version": "2.0.0",
"version": "2.0.1",
"description": "Job queue, powered by Elasticsearch",

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

@@ -11,2 +11,6 @@ [![Build Status](https://travis-ci.org/elastic/esqueue.svg?branch=master)](https://travis-ci.org/elastic/esqueue)

Note that the more recent version of esqueue is meant to work with Elasticsearch 5.x or later. If you need it to work with an older version, use v1.0.0:
`npm install equeue@^1.0.0`
## Usage

@@ -13,0 +17,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc