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

@type-cacheable/redis-adapter

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-cacheable/redis-adapter - npm Package Compare versions

Comparing version 12.0.1 to 12.1.0

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { RedisClientType } from '@node-redis/client/dist/lib/client';
import { RedisClientType } from '@redis/client/dist/lib/client';
import { CacheClient } from '@type-cacheable/core';

@@ -29,2 +29,2 @@ export declare class RedisAdapter implements CacheClient {

}
export declare const useAdapter: (client: RedisClientType, asFallback?: boolean | undefined) => RedisAdapter;
export declare const useAdapter: (client: RedisClientType, asFallback?: boolean) => RedisAdapter;
{
"name": "@type-cacheable/redis-adapter",
"version": "12.0.1",
"version": "12.1.0",
"description": "Adapter for using redis with type-cacheable",

@@ -38,13 +38,13 @@ "main": "dist/index.js",

"devDependencies": {
"@type-cacheable/core": "^10.1.0",
"@types/jest": "^27.0.0",
"@type-cacheable/core": "^10.1.1",
"@types/jest": "^27.5.2",
"@types/redis": "^4.0.11",
"jest": "^27.4.7",
"redis": "^4.0.1",
"redis": "^4.1.0",
"ts-jest": "^27.1.0",
"typescript": "^4.4.3"
"typescript": "^4.7.2"
},
"peerDependencies": {
"@type-cacheable/core": "^10.0.0",
"redis": "^4.0.0"
"redis": "^4.1.0"
},

@@ -54,3 +54,3 @@ "dependencies": {

},
"gitHead": "1797dbc3ee484d3143ee5dcfbb33699d6ddf8bb6"
"gitHead": "72e98d06b0c75b8dbda0ea1d5d6529f175b90182"
}
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