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

@deboxsoft/module-server

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-server - npm Package Compare versions

Comparing version 2.3.5 to 2.3.6

2

package.json
{
"name": "@deboxsoft/module-server",
"version": "2.3.5",
"version": "2.3.6",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "maintainers": [

@@ -1,12 +0,6 @@

import { RedisOptions, Redis as RedisType, Cluster } from "ioredis";
import { RedisOptions } from "ioredis";
import { CacheStore } from "./types";
export declare type OptionsIoRedis = RedisOptions;
declare type IoredisStore = CacheStore & {
name: string;
isCacheableValue: (value: any) => boolean;
getClient(): RedisType | Cluster;
};
export declare const ioredisStore: {
create: (...args: any[]) => Partial<IoredisStore>;
create: (...args: any[]) => CacheStore;
};
export {};

Sorry, the diff of this file is too big to display

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