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

core.io-cache-redis

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.7.0 to 0.8.0

4

index.js

@@ -9,2 +9,4 @@ module.exports.init = require('./lib/init');

module.exports.createClient = require('./lib/createClient');
module.exports.createClient = require('./lib/createClient');
module.exports.UUID_CACHE_MATCHER = /^cache:?(.*:)[-a-z0-9]{36}$/i;

@@ -6,3 +6,3 @@ 'use strict';

const defaults = require('./defaults');
const options = require('./defaults');

@@ -13,3 +13,3 @@ class CacheClient extends EventEmitter {

config = extend({}, this.constructor.defaults, config);
config = extend({}, this.constructor.options, config);
if (config.autoinitialize) {

@@ -339,6 +339,4 @@ this.init(config);

CacheClient.defaults = defaults;
CacheClient.options = options;
CacheClient.UUID_CACHE_MATCHER = /^cache:?(.*:)[-a-z0-9]{36}$/i;
module.exports = CacheClient;

@@ -263,4 +263,2 @@ const extend = require('gextend');

BatchCacheClient.UUID_CACHE_MATCHER = CacheClient.UUID_CACHE_MATCHER;
module.exports = BatchCacheClient;

@@ -267,0 +265,0 @@

{
"name": "core.io-cache-redis",
"version": "0.7.0",
"version": "0.8.0",
"description": "Redis cache module",

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