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

timed-queue

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timed-queue - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

6

index.js

@@ -15,3 +15,3 @@ 'use strict'

const slice = Array.prototype.slice
const luaScript = fs.readFileSync(path.join(__dirname, 'queue.lua'), {encoding: 'utf8'})
const luaScript = fs.readFileSync(path.join(__dirname, 'queue.lua'), { encoding: 'utf8' })

@@ -50,4 +50,4 @@ class TimedQueue extends EventEmitter {

this.redis.on('connect', () => this.emit('connect'))
.on('error', (err) => this.emit('error', err))
.on('close', () => this.emit('close'))
.on('error', (err) => this.emit('error', err))
.on('close', () => this.emit('close'))

@@ -54,0 +54,0 @@ // auto scan jobs

@@ -7,3 +7,3 @@ {

],
"version": "1.2.2",
"version": "1.3.0",
"main": "index.js",

@@ -27,9 +27,9 @@ "repository": {

"dependencies": {
"thunk-redis": "^2.1.6",
"thunks": "^4.9.0"
"thunk-redis": "^2.2.4",
"thunks": "^4.9.3"
},
"devDependencies": {
"standard": "^10.0.3",
"standard": "^12.0.1",
"thunk-queue": "^1.2.0",
"tman": "^1.7.2"
"tman": "^1.8.1"
},

@@ -36,0 +36,0 @@ "scripts": {

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