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 5.3.3 to 5.4.0

6

index.js

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

this.failures = []
if (options.passes)
this.passes = []
this.level = options.level || 0

@@ -457,2 +459,4 @@ Writable.call(this)

this.failures = self.failures
if (self.passes)
this.passes = self.passes
}

@@ -560,2 +564,4 @@

this.pass++
if (this.passes)
this.passes.push(res)
} else {

@@ -562,0 +568,0 @@ this.fail++

6

package.json
{
"name": "tap-parser",
"version": "5.3.3",
"version": "5.4.0",
"description": "parse the test anything protocol",

@@ -15,6 +15,6 @@ "main": "index.js",

"glob": "^7.0.5",
"tap": "^9.0.3"
"tap": "^10.3.3"
},
"scripts": {
"test": "tap test/*.js --100",
"test": "tap test/*.js --100 -J",
"regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap",

@@ -21,0 +21,0 @@ "preversion": "npm test",

Sorry, the diff of this file is not supported yet

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