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.13.0 to 2.13.1

4

koa/index.d.ts

@@ -29,3 +29,3 @@ // Type definitions for Koa 2.13.0

import { Http2ServerRequest, Http2ServerResponse } from 'http2';
import * as httpAssert from 'http-assert';
import httpAssert = require('http-assert');
import * as HttpErrors from 'http-errors';

@@ -728,3 +728,3 @@ import * as Keygrip from 'keygrip';

/**
* A re-export of `HttpError` from the `http-assert` package.
* A re-export of `HttpError` from the `http-error` package.
*

@@ -731,0 +731,0 @@ * This is the error type that is thrown by `ctx.assert()` and `ctx.throw()`.

{
"name": "@types/koa",
"version": "2.13.0",
"version": "2.13.1",
"description": "TypeScript definitions for Koa",

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

},
"typesPublisherContentHash": "62f75c49a38964ad22aa30eed8f0a67fb4faf9a82de53d180c1fe8b082b06e22",
"typesPublisherContentHash": "1ee47df53e4b33873fd6f630745dab7f43c29eb599f78be230ac497d54a4e76b",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Thu, 18 Feb 2021 22:58:48 GMT
* Last updated: Thu, 04 Mar 2021 00:08:24 GMT
* Dependencies: [@types/accepts](https://npmjs.com/package/@types/accepts), [@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/content-disposition](https://npmjs.com/package/@types/content-disposition), [@types/node](https://npmjs.com/package/@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