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
2
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.5 to 0.2.6

0

Gruntfile.js

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

12

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

@@ -12,3 +12,3 @@ "main": "src/cache-connector.js",

"type": "git",
"url": "https://github.com/hoxton-one/deepstream.io-cache-redis.git"
"url": "https://github.com/deepstreamIO/deepstream.io-cache-redis.git"
},

@@ -18,16 +18,16 @@ "author": "Wolfram Hempel",

"bugs": {
"url": "https://github.com/hoxton-one/deepstream.io-cache-redis/issues"
"url": "https://github.com/deepstreamIO/deepstream.io-cache-redis/issues"
},
"homepage": "http://deepstream.io",
"optionalDependencies": {
"hiredis": "0.1.17"
"hiredis": "0.4.1"
},
"dependencies": {
"redis": "0.12.1"
"redis": "2.4.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-release": "0.9.0",
"grunt-release": "0.13.0",
"jasmine-node": "1.14.5"
}
}

@@ -0,0 +0,0 @@ # deepstream.io-cache-redis [![npm version](https://badge.fury.io/js/deepstream.io-cache-redis.svg)](http://badge.fury.io/js/deepstream.io-cache-redis)

@@ -0,0 +0,0 @@ var Connection = require( './connection' ),

@@ -0,0 +0,0 @@ var redis = require( 'redis' ),

@@ -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