Socket
Socket
Sign inDemoInstall

@aws-sdk/util-stream-browser

Package Overview
Dependencies
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.127.0 to 3.129.0

dist-es/sdk-stream-mixin.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [3.129.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.128.0...v3.129.0) (2022-07-13)
### Features
* **util-stream-browser:** provide handling utilities for browser stream ([#3783](https://github.com/aws/aws-sdk-js-v3/issues/3783)) ([2255877](https://github.com/aws/aws-sdk-js-v3/commit/22558772713236a7d20f37ec158ceb39190a013f))
# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)

@@ -8,0 +19,0 @@

1

dist-es/index.js
export * from "./getAwsChunkedEncodingStream";
export * from "./sdk-stream-mixin";
export * from "./getAwsChunkedEncodingStream";
export * from "./sdk-stream-mixin";
export * from "./getAwsChunkedEncodingStream";
export * from "./sdk-stream-mixin";

9

package.json
{
"name": "@aws-sdk/util-stream-browser",
"version": "3.127.0",
"version": "3.129.0",
"scripts": {

@@ -10,3 +10,3 @@ "build": "concurrently 'yarn:build:es' 'yarn:build:types'",

"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "exit 0"
"test": "jest"
},

@@ -22,7 +22,10 @@ "main": "./dist-es/index.js",

"dependencies": {
"@aws-sdk/fetch-http-handler": "3.127.0",
"@aws-sdk/types": "3.127.0",
"@aws-sdk/util-base64-browser": "3.109.0",
"@aws-sdk/util-hex-encoding": "3.109.0",
"@aws-sdk/util-utf8-browser": "3.109.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/node": "^10.0.0",
"concurrently": "7.0.0",

@@ -29,0 +32,0 @@ "downlevel-dts": "0.7.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