Socket
Socket
Sign inDemoInstall

readable-stream

Package Overview
Dependencies
7
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.0 to 4.4.1

2

lib/stream/promises.js

@@ -7,3 +7,3 @@ 'use strict'

const { finished } = require('../internal/streams/end-of-stream')
require('stream')
require('../../lib/stream.js')
function pipeline(...streams) {

@@ -10,0 +10,0 @@ return new Promise((resolve, reject) => {

{
"name": "readable-stream",
"version": "4.4.0",
"version": "4.4.1",
"description": "Node.js Streams, a user-land copy of the stream library from Node.js",

@@ -42,2 +42,3 @@ "homepage": "https://github.com/nodejs/readable-stream",

"test:bundlers": "node test/browser/runner-node.mjs",
"test:readable-stream-only": "node readable-stream-test/runner-prepare.mjs",
"coverage": "c8 -c ./c8.json tap --rcfile=./tap.yml test/parallel/test-*.js test/ours/test-*.js",

@@ -44,0 +45,0 @@ "format": "prettier -w src lib test",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc