Socket
Socket
Sign inDemoInstall

@aws-sdk/util-stream

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-stream - npm Package Compare versions

Comparing version 3.296.0 to 3.303.0

3

dist-types/getAwsChunkedEncodingStream.browser.d.ts
import { GetAwsChunkedEncodingStream } from "@aws-sdk/types";
/**
* @internal
*/
export declare const getAwsChunkedEncodingStream: GetAwsChunkedEncodingStream<ReadableStream>;
/// <reference types="node" />
import { GetAwsChunkedEncodingStream } from "@aws-sdk/types";
import { Readable } from "stream";
/**
* @internal
*/
export declare const getAwsChunkedEncodingStream: GetAwsChunkedEncodingStream<Readable>;

@@ -0,2 +1,8 @@

/**
* @internal
*/
export * from "./getAwsChunkedEncodingStream";
/**
* @internal
*/
export * from "./sdk-stream-mixin";

14

package.json
{
"name": "@aws-sdk/util-stream",
"version": "3.296.0",
"version": "3.303.0",
"scripts": {

@@ -23,9 +23,9 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/fetch-http-handler": "3.296.0",
"@aws-sdk/node-http-handler": "3.296.0",
"@aws-sdk/types": "3.296.0",
"@aws-sdk/util-base64": "3.295.0",
"@aws-sdk/util-buffer-from": "3.295.0",
"@aws-sdk/fetch-http-handler": "3.303.0",
"@aws-sdk/node-http-handler": "3.303.0",
"@aws-sdk/types": "3.303.0",
"@aws-sdk/util-base64": "3.303.0",
"@aws-sdk/util-buffer-from": "3.303.0",
"@aws-sdk/util-hex-encoding": "3.295.0",
"@aws-sdk/util-utf8": "3.295.0",
"@aws-sdk/util-utf8": "3.303.0",
"tslib": "^2.5.0"

@@ -32,0 +32,0 @@ },

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