Socket
Socket
Sign inDemoInstall

node-queue

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-queue - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

lib/queue.js
'use strict';
var tolerate = require('tolerance'),
_ = require('lodash'),
Base = require('./base');

@@ -11,3 +12,3 @@

if (options.type && options.type.prototype instanceof Base) {
if (_.isFunction(options.type)) {
return options.type;

@@ -14,0 +15,0 @@ }

{
"author": "adrai",
"name": "node-queue",
"version": "1.0.4",
"version": "1.0.5",
"private": false,

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

## [v1.0.4](https://github.com/adrai/node-queue/compare/v1.0.3...v1.0.4)
## [v1.0.5](https://github.com/adrai/node-queue/compare/v1.0.3...v1.0.5)
- fix usage with own db implementation

@@ -3,0 +3,0 @@

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