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

@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.370.0 to 3.374.0

4

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./blob/Uint8ArrayBlobAdapter"), exports);
tslib_1.__exportStar(require("./getAwsChunkedEncodingStream"), exports);
tslib_1.__exportStar(require("./sdk-stream-mixin"), exports);
tslib_1.__exportStar(require("@smithy/util-stream"), exports);

@@ -1,3 +0,1 @@

export * from "./blob/Uint8ArrayBlobAdapter";
export * from "./getAwsChunkedEncodingStream";
export * from "./sdk-stream-mixin";
export * from "@smithy/util-stream";

@@ -1,3 +0,1 @@

export * from "./blob/Uint8ArrayBlobAdapter";
export * from "./getAwsChunkedEncodingStream";
export * from "./sdk-stream-mixin";
export * from "@smithy/util-stream";

@@ -1,3 +0,1 @@

export * from "./blob/Uint8ArrayBlobAdapter";
export * from "./getAwsChunkedEncodingStream";
export * from "./sdk-stream-mixin";
export * from "@smithy/util-stream";
{
"name": "@aws-sdk/util-stream",
"version": "3.370.0",
"version": "3.374.0",
"scripts": {

@@ -12,4 +12,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "jest && karma start karma.conf.js",
"test:integration": "jest -c jest.config.integ.js"
"test": "exit 0"
},

@@ -25,9 +24,3 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/fetch-http-handler": "3.370.0",
"@aws-sdk/node-http-handler": "3.370.0",
"@aws-sdk/types": "3.370.0",
"@aws-sdk/util-base64": "3.310.0",
"@aws-sdk/util-buffer-from": "3.310.0",
"@aws-sdk/util-hex-encoding": "3.310.0",
"@aws-sdk/util-utf8": "3.310.0",
"@smithy/util-stream": "^1.0.1",
"tslib": "^2.5.0"

@@ -34,0 +27,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