Socket
Socket
Sign inDemoInstall

@types/koa

Package Overview
Dependencies
Maintainers
1
Versions
59
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 2.14.0 to 2.15.0

6

koa/index.d.ts

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

keys: Keygrip | string[];
ctxStorage: AsyncLocalStorage<Application.Context> | undefined;
ctxStorage: AsyncLocalStorage<ContextT> | undefined;

@@ -530,5 +530,5 @@ /**

/**
* return currnect contenxt from async local storage
* return current context from async local storage
*/
readonly currentContext: Application.Context | undefined;
readonly currentContext: ContextT | undefined;
}

@@ -535,0 +535,0 @@

{
"name": "@types/koa",
"version": "2.14.0",
"version": "2.15.0",
"description": "TypeScript definitions for koa",

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

},
"typesPublisherContentHash": "ea3e87a04337431bd14788b80d9cb269e572086b53c8a5add6be83f96fbc1e04",
"typesPublisherContentHash": "8dc62fabec3f299641f350581864ef97436d1887ea9201138ab1ba26a8c96983",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 09 Jan 2024 10:36:31 GMT
* Last updated: Thu, 22 Feb 2024 23:07:30 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 @@

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