Socket
Socket
Sign inDemoInstall

@halsp/body

Package Overview
Dependencies
42
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.4 to 2.3.5

10

package.json
{
"name": "@halsp/body",
"version": "2.3.4",
"version": "2.3.5",
"description": "Halsp 的 Http Body 解析插件",

@@ -52,4 +52,4 @@ "engines": {

"dependencies": {
"@halsp/core": "^2.3.4",
"@halsp/http": "^2.3.4",
"@halsp/core": "^2.3.5",
"@halsp/http": "^2.3.5",
"co-body": "^6.1.0",

@@ -62,6 +62,4 @@ "formidable": "^3.5.1",

"@types/formidable": "^3.4.5",
"@types/shelljs": "^0.8.15",
"@types/supertest": "^6.0.2",
"@types/type-is": "^1.6.6",
"shelljs": "^0.8.5",
"supertest": "^6.3.4"

@@ -82,3 +80,3 @@ },

],
"gitHead": "4de79fa314cebaa2515afa0ef54d0b4c98b52574"
"gitHead": "972030958c6c9e39cd9ef8b2bb8c08111e600df5"
}

8

test/multipart.test.ts

@@ -45,3 +45,3 @@ import request from "supertest";

expect(invoke).toBeTruthy();
}, 10000);
}, 20000);

@@ -78,3 +78,3 @@ test("on file begin", async () => {

expect(invoke).toBeTruthy();
}, 10000);
}, 20000);

@@ -114,3 +114,3 @@ test("prase file error without callback", async () => {

expect(invoke).toBeTruthy();
}, 10000);
}, 20000);

@@ -149,2 +149,2 @@ test("prase file error", async () => {

expect(invoke).toBeTruthy();
}, 10000);
}, 20000);
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc