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

deepstream.io-cache-redis

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepstream.io-cache-redis - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

0

Gruntfile.js

@@ -0,0 +0,0 @@ module.exports = function(grunt) {

2

package.json
{
"name": "deepstream.io-cache-redis",
"version": "0.2.3",
"version": "0.2.4",
"description": "Redis cache connector for deepstream.io",

@@ -5,0 +5,0 @@ "main": "src/cache-connector.js",

# deepstream.io-cache-redis
A cache connector for Redis
var Connection = require( './connection' ),
pckg = require( '../package.json' ),
util = require( 'util' );

@@ -23,4 +24,4 @@

this.name = 'deepstream-cache-redis';
this.version = '0.2.3';
this.name = pckg.name;
this.version = pckg.version;
};

@@ -27,0 +28,0 @@

@@ -14,2 +14,3 @@ var redis = require( 'redis' ),

* port: <String>
* [serverName]: <String> //optional
* [password]: <String> //optional

@@ -16,0 +17,0 @@ * }

@@ -0,0 +0,0 @@ /* global describe, expect, it, jasmine */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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