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.8.0 to 0.9.0

types/lib/timeout.d.ts

2

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

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

@@ -6,1 +6,2 @@ export const init: (context: any, config: any) => any;

export const createClient: typeof import("./lib/createClient");
export const UUID_CACHE_MATCHER: RegExp;

@@ -136,5 +136,4 @@ export = CacheClient;

declare namespace CacheClient {
export { defaults };
export const UUID_CACHE_MATCHER: RegExp;
export { options };
}
import { defaults } from "./defaults";
import { options } from "./defaults";

@@ -42,3 +42,3 @@ export = BatchCacheClient;

declare namespace BatchCacheClient {
export { UUID_CACHE_MATCHER, GetBatchOptions };
export { GetBatchOptions };
}

@@ -45,0 +45,0 @@ import CacheClient = require("./cache");

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