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 2.1.1 to 2.1.2

test/index.js

2

index.js

@@ -113,3 +113,3 @@ var through = require('through2');

var name = error.testNumber + ') ' + error.testName;
var name = error.testName;
groupedErrors[name] = groupedErrors[name] || [];

@@ -116,0 +116,0 @@ groupedErrors[name].push(error);

{
"name": "tap-spec",
"version": "2.1.1",
"version": "2.1.2",
"description": "Formatted TAP output like Mocha's spec reporter",

@@ -29,2 +29,3 @@ "main": "index.js",

"pretty-ms": "^1.0.0",
"tap-out": "^1.0.0",
"tap-parser": "^0.7.0",

@@ -36,3 +37,6 @@ "through2": "^0.6.3"

"tap-spec": "bin/cmd.js"
},
"devDependencies": {
"tape": "^3.0.3"
}
}
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