New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.61 to 0.0.62

8

package.json
{
"name": "@lbu/server",
"version": "0.0.61",
"version": "0.0.62",
"description": "Koa server and common middleware",

@@ -19,4 +19,4 @@ "main": "./index.js",

"dependencies": {
"@lbu/insight": "0.0.61",
"@lbu/stdlib": "0.0.61",
"@lbu/insight": "0.0.62",
"@lbu/stdlib": "0.0.62",
"formidable": "2.0.0-canary.20200504.1",

@@ -50,3 +50,3 @@ "keygrip": "1.1.0",

},
"gitHead": "34d01d169e93516b1b7dd91c97c90d1c5d66cb67"
"gitHead": "1cf32f25700229a1c20488776304a4c05884d88e"
}

@@ -55,8 +55,2 @@ import { AppError } from "@lbu/stdlib";

if (value.indexOf("&") === 0) {
if (value.length === 1) {
// handle empty array's
fields[name] = [];
return;
}
mockFields = `${mockFields}&${value}`;

@@ -63,0 +57,0 @@ } else {

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