You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@tapjs/node-serialize

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/node-serialize - npm Package Compare versions

Comparing version
4.0.7
to
4.1.0
+15
-10
package.json
{
"name": "@tapjs/node-serialize",
"version": "4.0.7",
"version": "4.1.0",
"description": "Stream TAP test data as a serialized node:test stream",

@@ -14,2 +14,3 @@ "tshy": {

"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/commonjs/index.d.ts",

@@ -44,8 +45,8 @@ "exports": {

"dependencies": {
"@tapjs/error-serdes": "4.0.3",
"@tapjs/stack": "4.0.3",
"tap-parser": "18.0.3"
"@tapjs/error-serdes": "4.1.0",
"@tapjs/stack": "4.1.0",
"tap-parser": "18.1.0"
},
"peerDependencies": {
"@tapjs/core": "4.0.7"
"@tapjs/core": "4.1.0"
},

@@ -58,2 +59,11 @@ "tap": {

},
"repository": {
"type": "git",
"url": "git@github.com:tapjs/tapjs",
"path": "src/node-serialize"
},
"homepage": "https://github.com/tapjs/tapjs/src/node-serialize#readme",
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"keywords": [

@@ -72,7 +82,2 @@ "v8",

},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"module": "./dist/esm/index.js",
"engines": {

@@ -79,0 +84,0 @@ "node": "20 || >=22"