Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
Maintainers
1
Versions
106
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 15.1.0 to 15.2.0

49

package.json
{
"name": "tap-parser",
"version": "15.1.0",
"version": "15.2.0",
"description": "parse the test anything protocol",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"type": "module",
"bin": {
"tap-parser": "bin/cmd.cjs"
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {

@@ -19,9 +31,6 @@ "./package.json": "./package.json",

},
"bin": {
"tap-parser": "bin/cmd.cjs"
},
"dependencies": {
"events-to-array": "^2.0.3",
"tap-yaml": "2.1.1"
},
"files": [
"dist",
"bin"
],
"scripts": {

@@ -36,12 +45,7 @@ "snap": "tap",

},
"keywords": [
"tap",
"test",
"parser"
],
"license": "BlueOak-1.0.0",
"files": [
"dist",
"bin"
],
"dependencies": {
"events-to-array": "^2.0.3",
"tap-yaml": "2.2.0"
},
"tap": {

@@ -54,2 +58,7 @@ "include": [

},
"keywords": [
"tap",
"test",
"parser"
],
"engines": {

@@ -61,9 +70,3 @@ "node": ">=16"

"url": "git+https://github.com/tapjs/tapjs.git"
},
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc