Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
Maintainers
2
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 3.0.4 to 3.0.5

2

bin/cmd.js

@@ -78,3 +78,3 @@ #!/usr/bin/env node

return (res.ok ? '' : 'not ') + 'ok ' + res.id +
(res.name ? ' - ' + res.name : '') +
(res.name ? ' - ' + res.name.replace(/ \{$/, '') : '') +
(res.skip ? ' # SKIP' +

@@ -81,0 +81,0 @@ (res.skip === true ? '' : ' ' + res.skip) : '') +

@@ -284,12 +284,6 @@ // Transforms a stream of TAP into a stream of result objects

if (this.bailedOut) {
if (cb)
process.nextTick(cb)
return true
}
this.buffer += chunk
do {
var match = this.buffer.match(/^.*\r?\n/)
if (!match || this.bailedOut)
if (!match)
break

@@ -542,2 +536,5 @@

if (this.bailedOut)
return
if (line === '\n')

@@ -544,0 +541,0 @@ return

{
"name": "tap-parser",
"version": "3.0.4",
"version": "3.0.5",
"description": "parse the test anything protocol",

@@ -5,0 +5,0 @@ "main": "index.js",

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