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.2 to 1.0.3

6

lib/databases/redis.js

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

redis = require('redis'),
jsonSerializer = require('json-serialize');
jsondate = require('jsondate');

@@ -145,3 +145,3 @@ function Redis(options) {

try {
result = jsonSerializer.deserialize(data.toString());
result = jsondate.parse(data.toString());
} catch (error) {

@@ -188,3 +188,3 @@ if (callback) callback(err);

try {
item = jsonSerializer.deserialize(data.toString());
item = jsondate.parse(data.toString());
} catch (error) {

@@ -191,0 +191,0 @@ if (callback) callback(err);

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

@@ -15,3 +15,3 @@ "main": "index.js",

"async": "0.9.0",
"json-serialize": "1.1.2",
"jsondate": "0.0.1",
"lodash": "2.4.1",

@@ -18,0 +18,0 @@ "node-uuid": "1.4.1",

@@ -154,6 +154,6 @@ # Introduction

1. inMemory
2. mongoDb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native))
3. couchDb ([cradle] (https://github.com/cloudhead/cradle))
4. tingoDb ([tingodb] (https://github.com/sergeyksv/tingodb))
1. inmemory
2. mongodb ([node-mongodb-native] (https://github.com/mongodb/node-mongodb-native))
3. couchdb ([cradle] (https://github.com/cloudhead/cradle))
4. tingodb ([tingodb] (https://github.com/sergeyksv/tingodb))
5. redis ([redis] (https://github.com/mranney/node_redis))

@@ -160,0 +160,0 @@

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

#### v1.0.3
- replace json-serialize with jsondate
#### v1.0.2

@@ -2,0 +5,0 @@ - cosmetics

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