@compas/server
Advanced tools
Comparing version 0.0.123 to 0.0.124
{ | ||
"name": "@compas/server", | ||
"version": "0.0.123", | ||
"version": "0.0.124", | ||
"description": "Koa server and common middleware", | ||
@@ -18,4 +18,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/insight": "0.0.123", | ||
"@compas/stdlib": "0.0.123", | ||
"@compas/insight": "0.0.124", | ||
"@compas/stdlib": "0.0.124", | ||
"formidable": "2.0.0-canary.20200504.1", | ||
@@ -48,3 +48,3 @@ "keygrip": "1.1.0", | ||
}, | ||
"gitHead": "d69ba8193d772c412952369512c78de9a81051ef" | ||
"gitHead": "11f6c1b6b808aa80ee6746db8f489ab4f2ef03cc" | ||
} |
@@ -103,3 +103,3 @@ import { Transform } from "stream"; | ||
*/ | ||
async function bodyCloseOrFinish(ctx) { | ||
function bodyCloseOrFinish(ctx) { | ||
return new Promise((resolve) => { | ||
@@ -106,0 +106,0 @@ const onFinish = done.bind(null, "finish"); |
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
60027
+ Added@compas/insight@0.0.124(transitive)
+ Added@compas/stdlib@0.0.124(transitive)
+ Added@types/node@14.14.35(transitive)
- Removed@compas/insight@0.0.123(transitive)
- Removed@compas/stdlib@0.0.123(transitive)
- Removed@types/node@14.14.31(transitive)
Updated@compas/insight@0.0.124
Updated@compas/stdlib@0.0.124