Comparing version 2.3.1 to 2.3.2
@@ -5,3 +5,4 @@ var through = require('through'); | ||
var line = ''; | ||
return through(write, flush); | ||
var stream = through(write, flush); | ||
return stream; | ||
@@ -8,0 +9,0 @@ function write (buf) { |
{ | ||
"name" : "tape", | ||
"version" : "2.3.1", | ||
"version" : "2.3.2", | ||
"description" : "tap-producing test harness for node and browsers", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
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
57786
1715