Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.0 to 4.1.1

4

koa-ratelimit/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for koa-ratelimit 4.1

declare function ratelimit(options?: KoaRatelimit.MiddlewareOptions): Middleware;
declare function KoaRatelimit(options?: KoaRatelimit.MiddlewareOptions): Middleware;

@@ -80,2 +80,2 @@ declare namespace KoaRatelimit {

export = ratelimit;
export = KoaRatelimit;
{
"name": "@types/koa-ratelimit",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript definitions for koa-ratelimit",

@@ -14,2 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -24,4 +25,4 @@ "type": "git",

},
"typesPublisherContentHash": "ff743ec847150ffd3d4d5399847e18cea9d2940f402cb9ddbd40ea9f5a36948b",
"typesPublisherContentHash": "d1b09e50ed7e1883351856595bb9baec18b47243df4e51dc2963c271ca88b725",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Fri, 05 Oct 2018 22:05:36 GMT
* Dependencies: koa, redis
* Last updated: Tue, 25 Dec 2018 21:10:47 GMT
* Dependencies: @types/koa, @types/redis
* Global values: none

@@ -15,0 +15,0 @@

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