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 4.2.3 to 4.2.4

2

index.js

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

this.processYamlish()
} else if (lineTypes.comment.test(line)) {
this.emitComment(line)
} else {

@@ -292,0 +290,0 @@ this.yamlish += line

2

package.json
{
"name": "tap-parser",
"version": "4.2.3",
"version": "4.2.4",
"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