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

@types/koa-ratelimit

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-ratelimit - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

4

koa-ratelimit/index.d.ts

@@ -8,4 +8,4 @@ // Type definitions for koa-ratelimit 5.0

import { Middleware, Context } from "koa";
import { Redis } from "ioredis";
import { Context, Middleware } from "koa";

@@ -36,3 +36,3 @@ declare function KoaRatelimit(options?: KoaRatelimit.MiddlewareOptions): Middleware;

*/
driver: 'redis' | 'memory';
driver: "redis" | "memory";

@@ -39,0 +39,0 @@ /**

{
"name": "@types/koa-ratelimit",
"version": "5.0.1",
"version": "5.0.2",
"description": "TypeScript definitions for koa-ratelimit",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-ratelimit",

},
"typesPublisherContentHash": "8573fd261eb3bc00e0e9702efcd5cbd0ba9a251cb769715a73bd43c2b8eeab99",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "6ab542b9bc69ded31b4d1c90d5879357df3b5576993f07a8786a95e57956cd57",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 30 Jun 2023 21:02:52 GMT
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Dependencies: [@types/ioredis](https://npmjs.com/package/@types/ioredis), [@types/koa](https://npmjs.com/package/@types/koa)

@@ -14,0 +14,0 @@ * Global values: none

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