New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sharedb-redis-pubsub

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sharedb-redis-pubsub - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.eslintrc.js

11

package.json
{
"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());
});
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