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 8.1.0 to 9.0.0

13

index.js

@@ -231,6 +231,12 @@ 'use strict'

if (this.current || this.extraQueue.length)
this.extraQueue.push(['extra', data])
this.emitExtra(data)
}
emitExtra (data) {
if (!this.parent)
this.emit('extra', data)
else
this.emit('extra', data)
this.parent.emitExtra(
data.replace(/\n$/, '').replace(/^/gm, ' ') + '\n'
)
}

@@ -770,2 +776,3 @@

if (this.current && line === '{\n' &&
this.current.diag &&
!this.current.buffered &&

@@ -772,0 +779,0 @@ !this.child) {

{
"name": "tap-parser",
"version": "8.1.0",
"version": "9.0.0",
"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