New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/middleware-sdk-s3

Package Overview
Dependencies
Maintainers
4
Versions
227
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.55.0 to 3.56.0

8

CHANGELOG.md

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

# [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
**Note:** Version bump only for package @aws-sdk/middleware-sdk-s3
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)

@@ -8,0 +16,0 @@

3

dist-cjs/S3SignatureV4.js

@@ -37,3 +37,4 @@ "use strict";

`${e.message}\nPlease check if you have installed "@aws-sdk/signature-v4-crt" package explicitly. \n` +
"For more information please go to https://github.com/aws/aws-sdk-js-v3#known-issues";
"For more information please go to " +
"https://github.com/aws/aws-sdk-js-v3##functionality-requiring-aws-common-runtime-crt";
throw e;

@@ -40,0 +41,0 @@ }

@@ -45,3 +45,4 @@ import { __assign, __awaiter, __generator } from "tslib";

"".concat(e.message, "\nPlease check if you have installed \"@aws-sdk/signature-v4-crt\" package explicitly. \n") +
"For more information please go to https://github.com/aws/aws-sdk-js-v3#known-issues";
"For more information please go to " +
"https://github.com/aws/aws-sdk-js-v3##functionality-requiring-aws-common-runtime-crt";
throw e;

@@ -48,0 +49,0 @@ }

{
"name": "@aws-sdk/middleware-sdk-s3",
"version": "3.55.0",
"version": "3.56.0",
"scripts": {

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

"@aws-sdk/protocol-http": "3.55.0",
"@aws-sdk/signature-v4": "3.55.0",
"@aws-sdk/signature-v4": "3.56.0",
"@aws-sdk/types": "3.55.0",

@@ -36,3 +36,3 @@ "@aws-sdk/util-arn-parser": "3.55.0",

"devDependencies": {
"@aws-sdk/signature-v4-crt": "3.55.0",
"@aws-sdk/signature-v4-crt": "3.56.0",
"@tsconfig/recommended": "1.0.1",

@@ -48,2 +48,7 @@ "concurrently": "7.0.0",

},
"peerDependenciesMeta": {
"@aws-sdk/signature-v4-crt": {
"optional": true
}
},
"engines": {

@@ -50,0 +55,0 @@ "node": ">= 12.0.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