Socket
Socket
Sign inDemoInstall

readable-stream

Package Overview
Dependencies
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readable-stream - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

lib/_stream_readable.js

@@ -357,3 +357,3 @@ // Copyright Joyent, Inc. and other Node contributors.

if (state.objectMode) return 1;
if (Number.isNaN(n)) {
if (n !== n) {
// Only flow one buffer at a time

@@ -360,0 +360,0 @@ if (state.flowing && state.length) return state.buffer.head.data.length;else return state.length;

{
"name": "readable-stream",
"version": "3.0.5",
"version": "3.0.6",
"description": "Streams3, a user-land copy of the stream library from Node.js",

@@ -5,0 +5,0 @@ "main": "readable.js",

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