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

@tapjs/test

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/test - npm Package Compare versions

Comparing version
4.2.1
to
4.3.0
+20
-20
package.json
{
"name": "@tapjs/test",
"version": "4.2.1",
"version": "4.3.0",
"description": "the pluggable Test class for node-tap",

@@ -97,18 +97,18 @@ "tshy": {

"@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7",
"@tapjs/after": "3.2.1",
"@tapjs/after-each": "4.2.1",
"@tapjs/asserts": "4.2.1",
"@tapjs/before": "4.2.1",
"@tapjs/before-each": "4.2.1",
"@tapjs/chdir": "3.2.1",
"@tapjs/filter": "4.2.1",
"@tapjs/fixture": "4.2.1",
"@tapjs/intercept": "4.2.1",
"@tapjs/mock": "4.2.1",
"@tapjs/node-serialize": "4.2.1",
"@tapjs/snapshot": "4.2.1",
"@tapjs/spawn": "4.2.1",
"@tapjs/stdin": "4.2.1",
"@tapjs/typescript": "3.4.0",
"@tapjs/worker": "4.2.1",
"@tapjs/after": "3.3.0",
"@tapjs/after-each": "4.3.0",
"@tapjs/asserts": "4.3.0",
"@tapjs/before": "4.3.0",
"@tapjs/before-each": "4.3.0",
"@tapjs/chdir": "3.3.0",
"@tapjs/filter": "4.3.0",
"@tapjs/fixture": "4.3.0",
"@tapjs/intercept": "4.3.0",
"@tapjs/mock": "4.3.0",
"@tapjs/node-serialize": "4.3.0",
"@tapjs/snapshot": "4.3.0",
"@tapjs/spawn": "4.3.0",
"@tapjs/stdin": "4.3.0",
"@tapjs/typescript": "3.5.0",
"@tapjs/worker": "4.3.0",
"glob": "^13.0.0",

@@ -121,3 +121,3 @@ "jackspeak": "^4.0.1",

"sync-content": "^2.0.1",
"tap-parser": "18.2.0",
"tap-parser": "18.3.0",
"tshy": "^3.0.3",

@@ -128,3 +128,3 @@ "typescript": "5.9",

"peerDependencies": {
"@tapjs/core": "4.3.0"
"@tapjs/core": "4.4.0"
},

@@ -137,3 +137,3 @@ "tap": {

"type": "git",
"url": "git+ssh://git@github.com:tapjs/tapjs",
"url": "git+ssh://git@github.com/tapjs/tapjs.git",
"path": "src/test"

@@ -140,0 +140,0 @@ },