Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lbu/server

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/server - npm Package Compare versions

Comparing version 0.0.71 to 0.0.72

8

package.json
{
"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: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc