Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-sdk-s3

Package Overview
Dependencies
Maintainers
5
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-sdk-s3 - npm Package Compare versions

Comparing version 3.616.0 to 3.617.0

3

dist-cjs/index.js

@@ -472,2 +472,5 @@ "use strict";

});
if (typeof (bodyCopy == null ? void 0 : bodyCopy.destroy) === "function") {
bodyCopy.destroy();
}
const bodyStringTail = config.utf8Encoder(bodyBytes.subarray(bodyBytes.length - 16));

@@ -474,0 +477,0 @@ if (bodyBytes.length === 0 && THROW_IF_EMPTY_BODY[context.commandName]) {

@@ -30,2 +30,5 @@ import { HttpResponse } from "@smithy/protocol-http";

});
if (typeof bodyCopy?.destroy === "function") {
bodyCopy.destroy();
}
const bodyStringTail = config.utf8Encoder(bodyBytes.subarray(bodyBytes.length - 16));

@@ -32,0 +35,0 @@ if (bodyBytes.length === 0 && THROW_IF_EMPTY_BODY[context.commandName]) {

2

package.json
{
"name": "@aws-sdk/middleware-sdk-s3",
"version": "3.616.0",
"version": "3.617.0",
"scripts": {

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

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