Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1 to 1.0.2

2

lib/base.js

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

function implementError (callback) {
var err = new Error('Storage method add is not implemented');
var err = new Error('Please implement this function!');
if (callback) callback(err);

@@ -24,0 +24,0 @@ throw err;

{
"author": "adrai",
"name": "node-queue",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

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

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

#[Release notes](https://github.com/adrai/node-queue/blob/master/releasenotes.md)

@@ -151,0 +152,0 @@ # Database Support

@@ -0,1 +1,4 @@

#### v1.0.2
- cosmetics
#### v1.0.1

@@ -2,0 +5,0 @@ - parse json with json-serialize

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