Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cache-service

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-service - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

modules/cacheModules/redisCacheModule.js

@@ -27,3 +27,3 @@ var cacheModule = require('./cacheModule');

if (this.redisData) {
if(typeof redisData === 'string'){
if(typeof this.redisData === 'string'){
var redisURL = require('url').parse(this.redisData);

@@ -30,0 +30,0 @@ this.db = redis.createClient(redisURL.port, redisURL.hostname, {no_ready_check: true, max_attempts: 5});

{
"name": "cache-service",
"version": "0.1.9",
"version": "0.1.10",
"description": "A tiered caching solution for node.",

@@ -5,0 +5,0 @@ "main": "index.js",

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