🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

mixpart

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixpart - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5-alpha.0
+6
-2
package.json
{
"name": "mixpart",
"version": "0.0.4",
"version": "0.0.5-alpha.0",
"publishConfig": {
"access": "public"
},
"description": "High-performance streaming multipart/mixed parser for Node.js",

@@ -48,3 +51,4 @@ "main": "dist/index.js",

"dev": "tsup --watch",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",

@@ -51,0 +55,0 @@ "test:run": "vitest run",