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.353.0 to 3.357.0

dist-cjs/blob/transforms.js

1

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);

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

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

7

dist-types/index.d.ts

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

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

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

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

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

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

@@ -24,5 +26,5 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/fetch-http-handler": "3.353.0",
"@aws-sdk/node-http-handler": "3.350.0",
"@aws-sdk/types": "3.347.0",
"@aws-sdk/fetch-http-handler": "3.357.0",
"@aws-sdk/node-http-handler": "3.357.0",
"@aws-sdk/types": "3.357.0",
"@aws-sdk/util-base64": "3.310.0",

@@ -29,0 +31,0 @@ "@aws-sdk/util-buffer-from": "3.310.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