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

prisma-redis-middleware

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-redis-middleware - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.d.ts

@@ -6,4 +6,5 @@ export declare type PrismaAction = "findUnique" | "findFirst" | "findMany" | "create" | "createMany" | "update" | "updateMany" | "upsert" | "delete" | "deleteMany" | "executeRaw" | "queryRaw" | "aggregate" | "count" | "groupBy";

*/
declare type ModelName = "";
export declare type MiddlewareParams = {
model?: string;
model?: ModelName;
action: PrismaAction;

@@ -19,1 +20,2 @@ args: any;

}, opts: any): (params: MiddlewareParams, next: (params: MiddlewareParams) => Promise<any>) => Promise<any>;
export {};
{
"name": "prisma-redis-middleware",
"main": "src/index.ts",
"version": "0.1.0",
"version": "0.1.1",
"description": "Prisma Middleware for caching results of queries in Redis",

@@ -6,0 +6,0 @@ "engines": {

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