Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.0.50 to 2.0.51

11

koa/index.d.ts

@@ -543,3 +543,8 @@ // Type definitions for Koa 2.x

*/
interface DefaultContext extends DefaultContextExtends {}
interface DefaultContext extends DefaultContextExtends {
/**
* Custom properties.
*/
[key: string]: any;
}

@@ -684,6 +689,2 @@ type Middleware<

onerror(err: Error): void;
/**
* Custom properties.
*/
[key: string]: any;
}

@@ -690,0 +691,0 @@

{
"name": "@types/koa",
"version": "2.0.50",
"version": "2.0.51",
"description": "TypeScript definitions for Koa",

@@ -44,4 +44,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "9e7de877ba8956a486c02281ec8fd1e5a306c347ba59102e00236f275ac0a3b1",
"typesPublisherContentHash": "18a76915257d0548b259d1239f6eca66fad8c9220cfcf9ed098102dc9fe8603a",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 25 Sep 2019 22:25:26 GMT
* Last updated: Wed, 16 Oct 2019 18:32:01 GMT
* Dependencies: @types/accepts, @types/cookies, @types/http-assert, @types/keygrip, @types/koa-compose, @types/node

@@ -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