Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tap-spec

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-spec - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

6

bin/cmd.js

@@ -13,2 +13,3 @@ #!/usr/bin/env node

var errors = [];
var res;

@@ -43,3 +44,4 @@ out.push('\n');

tap.on('results', function (res) {
tap.on('results', function (_res) {
res = _res
if (errors.length) {

@@ -66,5 +68,5 @@ var past = (errors.length == 1) ? 'was' : 'were';

process.on('exit', function () {
if (errors.length) {
if (errors.length || !res.ok) {
process.exit(1);
}
});
{
"name": "tap-spec",
"version": "0.1.7",
"version": "0.1.8",
"description": "Formatted TAP output like Mocha's spec reporter",

@@ -5,0 +5,0 @@ "scripts": {

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