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.1.0 to 2.2.0

10

index.js

@@ -105,2 +105,3 @@ // Transforms a stream of TAP into a stream of result objects

this.parent = options.parent || null
this.sawValidTap = false

@@ -132,4 +133,4 @@ this.failures = []

this.strict = false
this.pragmas = { strict: false }
this.strict = options.strict || false
this.pragmas = { strict: this.strict }

@@ -184,2 +185,4 @@ this.postPlan = false

})
if (this.parent)
this.parent.nonTap(data)
}

@@ -481,3 +484,4 @@

buffered: maybeBuffered,
preserveWhitespace: this.preserveWhitespace
preserveWhitespace: this.preserveWhitespace,
strict: this.strict
})

@@ -484,0 +488,0 @@

{
"name": "tap-parser",
"version": "2.1.0",
"version": "2.2.0",
"description": "parse the test anything protocol",

@@ -5,0 +5,0 @@ "main": "index.js",

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