Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
3
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.2

3

index.js

@@ -658,2 +658,5 @@ // Transforms a stream of TAP into a stream of result objects

if (line === '}\n' && this.bailingOut)
return
// buffered subtest with diagnostics

@@ -660,0 +663,0 @@ if (this.current && line === '{\n' &&

5

package.json
{
"name": "tap-parser",
"version": "4.2.0",
"version": "4.2.2",
"description": "parse the test anything protocol",

@@ -19,3 +19,4 @@ "main": "index.js",

"test": "tap test/*.js --100",
"regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap"
"regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap",
"preversion": "npm test"
},

@@ -22,0 +23,0 @@ "testling": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc