@types/koa-send
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -8,9 +8,5 @@ // Type definitions for koa-send 4.1 | ||
import { | ||
ParameterizedContext, | ||
} from "koa"; | ||
import { ParameterizedContext } from "koa"; | ||
import { | ||
Stats, | ||
} from "fs"; | ||
import { Stats } from "fs"; | ||
@@ -17,0 +13,0 @@ declare function send(ctx: ParameterizedContext, path: string, opts?: send.SendOptions): Promise<string>; |
{ | ||
"name": "@types/koa-send", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "TypeScript definitions for koa-send", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-send", | ||
}, | ||
"typesPublisherContentHash": "902d570ba6174d86864be420fbdbd011db9598bc9bb6ec207ddd3326dc8ed86d", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "469dcbe933e86d71fa95b413629475edeacbe0f7190c5a3241d32fbbceddea12", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,9 +18,5 @@ # Installation | ||
import { | ||
ParameterizedContext, | ||
} from "koa"; | ||
import { ParameterizedContext } from "koa"; | ||
import { | ||
Stats, | ||
} from "fs"; | ||
import { Stats } from "fs"; | ||
@@ -62,3 +58,3 @@ declare function send(ctx: ParameterizedContext, path: string, opts?: send.SendOptions): Promise<string>; | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 22:02:38 GMT | ||
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa) | ||
@@ -65,0 +61,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
7430
36
63