Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
1
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

8

index.js

@@ -13,3 +13,3 @@ var Writable = require('stream').Writable;

version: /^TAP\s+version\s+(\d+)/i,
label_todo: /^(.*?)\s*#\s*TODO\s+(.*)$/,
label_todo: /^(.*?)\s*#\s*TODO\s+(.*)$/
};

@@ -82,3 +82,3 @@

this.emit('parseError', {
message: 'unexpected additional plan',
message: 'unexpected additional plan'
});

@@ -93,3 +93,3 @@ return;

message: 'plan is not empty, but has a SKIP reason',
skip_reason: skip_reason,
skip_reason: skip_reason
});

@@ -139,3 +139,3 @@ plan.skip_all = false;

start: Number(m[1]),
end: Number(m[2]),
end: Number(m[2])
},

@@ -142,0 +142,0 @@ m[3]); // reason, if SKIP

{
"name": "tap-parser",
"version": "0.4.0",
"version": "0.4.1",
"description": "parse the test anything protocol",

@@ -19,3 +19,3 @@ "main": "index.js",

"browsers": [
"ie/8..latest",
"ie/6..latest",
"chrome/10", "chrome/latest",

@@ -22,0 +22,0 @@ "firefox/3.5", "firefox/latest",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc