@types/koa
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package