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

@compas/server

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/server - npm Package Compare versions

Comparing version 0.0.123 to 0.0.124

8

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

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