New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rethinkdb-job-queue

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rethinkdb-job-queue - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

CODE_OF_CONDUCT.md

18

package.json
{
"name": "rethinkdb-job-queue",
"version": "3.1.3",
"version": "3.1.4",
"description": "A persistent job or task queue backed by RethinkDB.",

@@ -56,17 +56,17 @@ "main": "index.js",

"bluebird": "^3.5.0",
"debug": "^2.6.6",
"rethinkdbdash": "^2.3.28",
"debug": "^3.0.1",
"rethinkdbdash": "^2.3.31",
"serialize-error": "^2.1.0",
"uuid": "^3.0.1"
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"istanbul": "0.4.5",
"npm-check-updates": "^2.11.1",
"proxyquire": "^1.7.11",
"standard": "^10.0.2",
"tap": "^10.3.2",
"npm-check-updates": "^2.12.1",
"proxyquire": "^1.8.0",
"standard": "^10.0.3",
"tap": "^10.7.2",
"tap-spec": "^4.1.1"
}
}

@@ -11,2 +11,3 @@ # Introduction

[![NSP Status][nsp-image]][nsp-url]
[![Patreon Donation][patreon-image]][patreon-url]

@@ -205,2 +206,6 @@ [![Thinker][thinker-image]][rjq-github-url]

If you are using my projects and would like to thank me or support me, please click the Patreon link below.
[![Patreon Donation][patreon-image]][patreon-url]
See my [other projects on NPM](https://www.npmjs.com/~grantcarthew).

@@ -216,2 +221,4 @@

Want to help but not sure how? Checkout the [ideas](https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki/Ideas) page.
Please see the [debugging](https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki/Debugging) and [testing](https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki/Testing) documents for more detail.

@@ -257,3 +264,5 @@

[nsp-url]: https://nodesecurity.io/orgs/openjs/projects/3871d340-0ca9-471c-be9a-39df3871262d
[patreon-image]: https://img.shields.io/badge/patreon-donate-yellow.svg
[patreon-url]: https://www.patreon.com/grantcarthew
[nodei-npm-image]: https://nodei.co/npm/rethinkdb-job-queue.png?downloads=true&downloadRank=true&stars=true
[nodei-npm-url]: https://nodei.co/npm/rethinkdb-job-queue/

@@ -22,3 +22,3 @@ const test = require('tap').test

test(testName, (t) => {
t.plan(87)
t.plan(83)

@@ -31,3 +31,3 @@ let processRestart = 0

const q = new Queue(tOpts.cxn(), tOpts.master('dbReview', 1000))
const q = new Queue(tOpts.cxn(), tOpts.default('dbReview'))

@@ -48,3 +48,3 @@ // ---------- Event Handler Setup ----------

error: 0,
reviewed: 6,
reviewed: 3,
detached: 0,

@@ -238,2 +238,3 @@ stopping: 0,

t.comment('db-review: enable')
q._masterInterval = 30000
return dbReview.enable(q)

@@ -240,0 +241,0 @@ }).delay(1500).then(() => {

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