You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

get-stream

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0 to 7.0.1

4

index.js

@@ -5,2 +5,4 @@ import {Buffer, constants as BufferConstants} from 'node:buffer';

const maxHighWaterMark = 2_147_483_647;
export class MaxBufferError extends Error {

@@ -32,3 +34,3 @@ name = 'MaxBufferError';

const stream = new PassThroughStream();
const stream = new PassThroughStream({highWaterMark: maxHighWaterMark});

@@ -35,0 +37,0 @@ if (encoding) {

{
"name": "get-stream",
"version": "7.0.0",
"version": "7.0.1",
"description": "Get a stream as a string or buffer",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc