connect-redis
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -11,4 +11,3 @@ /*! | ||
var redis = require('redis') | ||
, debug = require('debug')('connect:redis'); | ||
var debug = require('debug')('connect:redis'); | ||
@@ -53,3 +52,3 @@ /** | ||
this.client = options.client || new redis.createClient(options.port || options.socket, options.host, options); | ||
this.client = options.client || new require('redis').createClient(options.port || options.socket, options.host, options); | ||
if (options.pass) { | ||
@@ -56,0 +55,0 @@ this.client.auth(options.pass, function(err){ |
{ | ||
"name": "connect-redis", | ||
"description": "Redis session store for Connect", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
"main": "./index.js", | ||
"dependencies": { "redis": "0.7.x", "debug": "*" }, | ||
"repository": { "type": "git", "url": "git@github.com:visionmedia/connect-redis.git" }, | ||
"dependencies": { "redis": "0.9.x", "debug": "*" }, | ||
"devDependencies": { "connect": "*" }, | ||
"engines": { "node": "*" } | ||
"engines": { "node": "*" }, | ||
"bugs": { | ||
"url": "https://github.com/visionmedia/connect-redis/issues" | ||
}, | ||
"scripts":{ | ||
"test":"node test.js" | ||
} | ||
} |
@@ -30,2 +30,3 @@ | ||
store_alt.client.end(); | ||
process.exit(0); | ||
}); | ||
@@ -32,0 +33,0 @@ }); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
19348
12
0
1
+ Addedredis@0.9.2(transitive)
- Removedredis@0.7.3(transitive)
Updatedredis@0.9.x