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 1.0.0 to 1.0.1

2

index.js

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

this.fail++
if (!res.todo)
if (!res.todo && !res.skip)
this.ok = false

@@ -263,0 +263,0 @@ }

{
"name": "tap-parser",
"version": "1.0.0",
"version": "1.0.1",
"description": "parse the test anything protocol",

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

@@ -28,3 +28,3 @@ module.exports =

[ 'complete',
{ ok: false,
{ ok: true,
count: 3,

@@ -39,5 +39,5 @@ pass: 1,

[ 'complete',
{ ok: false, count: 2, pass: 2, plan: { start: 1, end: 2 } } ] ] ],
{ ok: true, count: 2, pass: 2, plan: { start: 1, end: 2 } } ] ] ],
[ 'assert', { ok: true, id: 2, name: 'second' } ],
[ 'complete',
{ ok: false, count: 2, pass: 2, plan: { start: 1, end: 2 } } ] ]
{ ok: true, count: 2, pass: 2, plan: { start: 1, end: 2 } } ] ]

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