🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/koa

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa - npm Package Compare versions

Comparing version
3.0.1
to
3.0.2
+2
-2
koa/index.d.ts

@@ -468,3 +468,3 @@ /* =================== USAGE ===================

* @param {number} [options.maxIpsCount] Max IPs read from proxy IP header, default to 0 (means infinity)
* @param {boolean} [options.asyncLocalStorage] Enable AsyncLocalStorage
* @param {boolean|AsyncLocalStorage} [options.asyncLocalStorage] Pass `true` or an instance of `AsyncLocalStorage` to enable async local storage
*/

@@ -478,3 +478,3 @@ constructor(options?: {

maxIpsCount?: number | undefined;
asyncLocalStorage?: boolean | undefined;
asyncLocalStorage?: boolean | AsyncLocalStorage<ContextT> | undefined;
});

@@ -481,0 +481,0 @@

{
"name": "@types/koa",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for koa",

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

"peerDependencies": {},
"typesPublisherContentHash": "acdbb2ff5ce453a886fc68d8f3cb81a9ea68d755b4a8b4f766df7dba281ba8e9",
"typesPublisherContentHash": "fee57460bf8b4acef5cf367db2510a5410c1ae3e2c7adf20936addbdcb55b197",
"typeScriptVersion": "5.2"
}

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

### Additional Details
* Last updated: Fri, 24 Oct 2025 04:02:41 GMT
* Last updated: Wed, 18 Mar 2026 14:21:21 GMT
* Dependencies: [@types/accepts](https://npmjs.com/package/@types/accepts), [@types/content-disposition](https://npmjs.com/package/@types/content-disposition), [@types/cookies](https://npmjs.com/package/@types/cookies), [@types/http-assert](https://npmjs.com/package/@types/http-assert), [@types/http-errors](https://npmjs.com/package/@types/http-errors), [@types/keygrip](https://npmjs.com/package/@types/keygrip), [@types/koa-compose](https://npmjs.com/package/@types/koa-compose), [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@