sharedb-redis-pubsub
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "sharedb-redis-pubsub", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Redis pub/sub adapter adapter for ShareDB", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"async": "^1.5.0", | ||
"redis": "^2.6.0", | ||
"redis": "^2.6.0 || ^3.0.0", | ||
"sharedb": "^1.0.0" | ||
@@ -15,2 +15,4 @@ }, | ||
"coveralls": "^3.0.7", | ||
"eslint": "^7.23.0", | ||
"eslint-config-google": "^0.14.0", | ||
"mocha": "^6.2.2", | ||
@@ -20,4 +22,5 @@ "nyc": "^14.1.1" | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha", | ||
"test-cover": "node_modules/nyc/bin/nyc.js --temp-dir=coverage -r text -r lcov node_modules/mocha/bin/_mocha" | ||
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore '**/*.js'", | ||
"test": "mocha", | ||
"test-cover": "nyc --temp-dir=coverage -r text -r lcov npm test" | ||
}, | ||
@@ -24,0 +27,0 @@ "repository": "git://github.com/share/sharedb-redis-pubsub.git", |
@@ -1,5 +0,5 @@ | ||
var RedisPubSub = require('../index'); | ||
var redisPubSub = require('../index'); | ||
require('sharedb/test/pubsub')(function(callback) { | ||
callback(null, RedisPubSub()); | ||
callback(null, redisPubSub()); | ||
}); |
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
6853
8
106
6
1
+ Addeddenque@1.5.1(transitive)
+ Addedredis@3.1.2(transitive)
+ Addedredis-errors@1.2.0(transitive)
+ Addedredis-parser@3.0.0(transitive)
- Removeddouble-ended-queue@2.1.0-0(transitive)
- Removedredis@2.8.0(transitive)
- Removedredis-parser@2.6.0(transitive)
Updatedredis@^2.6.0 || ^3.0.0