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 2.2.0 to 2.2.1

3

index.js

@@ -412,2 +412,4 @@ // Transforms a stream of TAP into a stream of result objects

this.emit('bailout', reason)
if (this.parent)
this.parent.bailout(reason)
}

@@ -486,3 +488,2 @@

this.child.on('bailout', this.bailout.bind(this))
var self = this

@@ -489,0 +490,0 @@ this.child.on('complete', function (results) {

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