@types/koa-ratelimit
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4796
18807