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

tap-parser

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-parser - npm Package Compare versions

Comparing version
18.0.3
to
18.1.0
+12
-7
package.json
{
"name": "tap-parser",
"version": "18.0.3",
"version": "18.1.0",
"description": "parse the test anything protocol",

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

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

@@ -48,3 +49,3 @@ "exports": {

"events-to-array": "^2.0.3",
"tap-yaml": "4.0.2"
"tap-yaml": "4.1.0"
},

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

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

@@ -64,7 +74,2 @@ "tap",

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

@@ -71,0 +76,0 @@ "node": "20 || >=22"