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.51 to 2.0.52

4

koa/index.d.ts

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

async function (ctx: Koa.Context, next: Function) {
async function (ctx: Koa.Context, next: Koa.Next) {
// ...

@@ -733,4 +733,6 @@ }

interface Context extends ParameterizedContext {}
type Next = () => Promise<any>;
}
export = Application;
{
"name": "@types/koa",
"version": "2.0.51",
"version": "2.0.52",
"description": "TypeScript definitions for Koa",

@@ -29,3 +29,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -45,4 +45,4 @@ "type": "git",

},
"typesPublisherContentHash": "18a76915257d0548b259d1239f6eca66fad8c9220cfcf9ed098102dc9fe8603a",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "fe1fed9ee212cedc6719df1f56e4f1b6ea96dcfb5489f686a03dc3efce4294f0",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 16 Oct 2019 18:32:01 GMT
* Last updated: Thu, 07 Nov 2019 17:55:20 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