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.3 to 3.0.0

8

index.js

@@ -336,3 +336,9 @@ // Transforms a stream of TAP into a stream of result objects

} else if (!this.bailedOut && this.planStart === -1) {
this.tapError('no plan')
if (this.count === 0) {
this.planStart = 1
this.planEnd = 0
skipAll = true
} else {
this.tapError('no plan')
}
} else if (this.ok && this.count !== (this.planEnd - this.planStart + 1)) {

@@ -339,0 +345,0 @@ this.tapError('incorrect number of tests')

2

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