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.10.4 to 0.11.0

4

CHANGELOG.md

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

## v0.11.0
- Contrary to the [source filtering docs](https://www.elastic.co/guide/en/elasticsearch/reference/2.4/search-request-source-filtering.html), use plural form of include/exclude due to breaking change in Elasticsearch 5.0
## v0.10.4

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

2

lib/worker.js

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

_source: {
exclude: ['output.content']
excludes: ['output.content']
},

@@ -368,0 +368,0 @@ query: {

{
"name": "esqueue",
"version": "0.10.4",
"version": "0.11.0",
"description": "Job queue, powered by Elasticsearch",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"prepublish": "in-publish && npm run test || not-in-publish",
"test": "npm run build && npm run unit",
"test": "retire -n -p package.json && npm run build && npm run unit",
"unit": "nyc --require babel-core/register mocha test/src/**"

@@ -46,2 +46,3 @@ },

"proxyquire": "~1.7.4",
"retire": "~1.1.5",
"sinon": "~1.17.3"

@@ -48,0 +49,0 @@ },

@@ -35,2 +35,3 @@ [![Build Status](https://travis-ci.org/w33ble/esqueue.svg?branch=master)](https://travis-ci.org/w33ble/esqueue) [![codecov](https://codecov.io/gh/w33ble/esqueue/branch/master/graph/badge.svg)](https://codecov.io/gh/w33ble/esqueue)

interval | `week` | Valid choices are `year`, `month`, `week`, `day`, `hour`, and even `minute`. | `week`
dateSeparator | `-` | Separator for the formatted date, *YYYY-MM-DD* for example, in the index pattern.
timeout | `10000` | The default job timeout, in `ms`. If workers take longer than this, the job is re-queued for another worker to complete it.

@@ -37,0 +38,0 @@ doctype | `esqueue` | The doctype to use in Elasticsearch

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