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.0.7
to
4.1.0
+29
-24
package.json
{
"name": "@tapjs/test",
"version": "4.0.7",
"version": "4.1.0",
"description": "the pluggable Test class for node-tap",

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

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

@@ -97,18 +98,18 @@ "exports": {

"@isaacs/ts-node-temp-fork-for-pr-2009": "^10.9.7",
"@tapjs/after": "3.0.7",
"@tapjs/after-each": "4.0.7",
"@tapjs/asserts": "4.0.7",
"@tapjs/before": "4.0.7",
"@tapjs/before-each": "4.0.7",
"@tapjs/chdir": "3.0.7",
"@tapjs/filter": "4.0.7",
"@tapjs/fixture": "4.0.7",
"@tapjs/intercept": "4.0.7",
"@tapjs/mock": "4.0.7",
"@tapjs/node-serialize": "4.0.7",
"@tapjs/snapshot": "4.0.7",
"@tapjs/spawn": "4.0.7",
"@tapjs/stdin": "4.0.7",
"@tapjs/typescript": "3.1.6",
"@tapjs/worker": "4.0.7",
"@tapjs/after": "3.1.0",
"@tapjs/after-each": "4.1.0",
"@tapjs/asserts": "4.1.0",
"@tapjs/before": "4.1.0",
"@tapjs/before-each": "4.1.0",
"@tapjs/chdir": "3.1.0",
"@tapjs/filter": "4.1.0",
"@tapjs/fixture": "4.1.0",
"@tapjs/intercept": "4.1.0",
"@tapjs/mock": "4.1.0",
"@tapjs/node-serialize": "4.1.0",
"@tapjs/snapshot": "4.1.0",
"@tapjs/spawn": "4.1.0",
"@tapjs/stdin": "4.1.0",
"@tapjs/typescript": "3.2.0",
"@tapjs/worker": "4.1.0",
"glob": "^13.0.0",

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

"sync-content": "^2.0.1",
"tap-parser": "18.0.3",
"tap-parser": "18.1.0",
"tshy": "^3.0.3",

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

"peerDependencies": {
"@tapjs/core": "4.0.7"
"@tapjs/core": "4.1.0"
},

@@ -135,9 +136,14 @@ "tap": {

},
"repository": {
"type": "git",
"url": "git@github.com:tapjs/tapjs",
"path": "src/test"
},
"homepage": "https://github.com/tapjs/tapjs/src/test#readme",
"bugs": {
"url": "https://github.com/tapjs/tapjs/issues"
},
"keywords": [
"tapjs plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"nx": {

@@ -164,3 +170,2 @@ "implicitDependencies": [

},
"module": "./dist/esm/index.js",
"engines": {

@@ -167,0 +172,0 @@ "node": "20 || >=22"