Comparing version 2.1.1 to 2.1.2
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5737
6
131
6
1
+ Addedtap-out@^1.0.0
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedre-emitter@1.1.4(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsplit@1.0.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedtap-out@1.4.2(transitive)
+ Addedthrough@2.3.8(transitive)
+ Addedtrim@0.0.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)