Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@smithy/util-stream

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-stream - npm Package Compare versions

Comparing version 3.3.3 to 3.3.4

2

dist-types/headStream.d.ts
import { Readable } from "stream";
/**
* @internal
* @param stream
* @param stream - to be read.
* @param bytes - read head bytes from the stream and discard the rest of it.

@@ -6,0 +6,0 @@ *

/// <reference types="node" />
import type { Readable } from "stream";
/**
* @param stream
* @internal
* @param stream - to be split.
* @returns stream split into two identical streams.

@@ -6,0 +7,0 @@ */

import { Readable } from "stream";
/**
* @internal
* @param stream
* @param stream - to be read.
* @param bytes - read head bytes from the stream and discard the rest of it.

@@ -6,0 +6,0 @@ *

/// <reference types="node" />
import { Readable } from "stream";
/**
* @param stream
* @internal
* @param stream - to be split.
* @returns stream split into two identical streams.

@@ -6,0 +7,0 @@ */

{
"name": "@smithy/util-stream",
"version": "3.3.3",
"version": "3.3.4",
"scripts": {

@@ -31,3 +31,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"dependencies": {
"@smithy/fetch-http-handler": "^4.1.2",
"@smithy/fetch-http-handler": "^4.1.3",
"@smithy/node-http-handler": "^3.3.3",

@@ -34,0 +34,0 @@ "@smithy/types": "^3.7.2",

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