readable-stream
Advanced tools
Comparing version 3.3.0 to 3.4.0
{ | ||
"name": "readable-stream", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Streams3, a user-land copy of the stream library from Node.js", | ||
@@ -30,3 +30,3 @@ "main": "readable.js", | ||
"rimraf": "^2.6.2", | ||
"tap": "^11.0.0", | ||
"tap": "^12.0.0", | ||
"tape": "^4.9.0", | ||
@@ -37,4 +37,4 @@ "tar-fs": "^1.16.2", | ||
"scripts": { | ||
"test": "tap -j 4 test/parallel/*.js test/ours/*.js", | ||
"ci": "TAP=1 tap test/parallel/*.js test/ours/*.js | tee test.tap", | ||
"test": "tap -J --no-esm test/parallel/*.js test/ours/*.js", | ||
"ci": "TAP=1 tap --no-esm test/parallel/*.js test/ours/*.js | tee test.tap", | ||
"test-browsers": "airtap --sauce-connect --loopback airtap.local -- test/browser.js", | ||
@@ -41,0 +41,0 @@ "test-browser-local": "airtap --open --local -- test/browser.js", |
@@ -8,1 +8,3 @@ exports = module.exports = require('./lib/_stream_readable.js'); | ||
exports.PassThrough = require('./lib/_stream_passthrough.js'); | ||
exports.finished = require('./lib/internal/streams/end-of-stream.js'); | ||
exports.pipeline = require('./lib/internal/streams/pipeline.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
114796
2539