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.2 to 4.2.3

7

index.js

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

Parser.prototype.nonTap = function (data) {
if (this.bailingOut && /^( {4})*\}\n$/.test(data))
return
if (this.strict) {

@@ -659,5 +662,2 @@ this.tapError({

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

@@ -671,3 +671,2 @@ if (this.current && line === '{\n' &&

// now we know it's not indented, so if it's either valid tap

@@ -674,0 +673,0 @@ // or garbage. Get the type of line.

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