@lbu/server
Advanced tools
Comparing version 0.0.71 to 0.0.72
{ | ||
"name": "@lbu/server", | ||
"version": "0.0.71", | ||
"version": "0.0.72", | ||
"description": "Koa server and common middleware", | ||
@@ -19,4 +19,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "0.0.71", | ||
"@lbu/stdlib": "0.0.71", | ||
"@lbu/insight": "0.0.72", | ||
"@lbu/stdlib": "0.0.72", | ||
"formidable": "2.0.0-canary.20200504.1", | ||
@@ -49,3 +49,3 @@ "keygrip": "1.1.0", | ||
}, | ||
"gitHead": "708142a163dad1fccb2e0a823c4bd7de3742d1d2" | ||
"gitHead": "313aea34b9606e0dbebf81a60fc4a5d55bc61728" | ||
} |
@@ -74,3 +74,3 @@ import { Transform } from "stream"; | ||
path: ctx.path, | ||
length: ctx.get("Content-Length") ?? 0, | ||
length: Number(ctx.get("Content-Length") || "0"), | ||
}, | ||
@@ -77,0 +77,0 @@ response: { |
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
56418
+ Added@lbu/insight@0.0.72(transitive)
+ Added@lbu/stdlib@0.0.72(transitive)
+ Added@types/node@14.10.2(transitive)
- Removed@lbu/insight@0.0.71(transitive)
- Removed@lbu/stdlib@0.0.71(transitive)
- Removed@types/node@14.10.1(transitive)
Updated@lbu/insight@0.0.72
Updated@lbu/stdlib@0.0.72