Comparing version 4.1.2 to 4.1.3
import * as Koa from "koa"; | ||
import { Files } from 'formidable'; | ||
declare module koa { | ||
declare module "koa" { | ||
interface Request extends Koa.BaseRequest { | ||
@@ -6,0 +6,0 @@ body?: any; |
{ | ||
"name": "koa-body", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
22478