Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4-multi-region

Package Overview
Dependencies
Maintainers
5
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/signature-v4-multi-region - npm Package Compare versions

Comparing version 3.413.0 to 3.418.0

11

dist-cjs/load-crt.js

@@ -14,2 +14,13 @@ "use strict";

__require.call(null, moduleName);
process.emitWarning(`The package @aws-sdk/signature-v4-crt has been loaded dynamically.
To avoid this warning, please explicitly import the package in your application with:
import "@aws-sdk/signature-v4-crt"; // ESM
require("@aws-sdk/signature-v4-crt"); // CJS
In a future version of the AWS SDK for JavaScript (v3), this warning
will become an error and dynamic loading will not be available.
See https://github.com/aws/aws-sdk-js-v3/issues/5229.
`);
}

@@ -16,0 +27,0 @@ }

@@ -11,2 +11,13 @@ import { signatureV4CrtContainer } from "./signature-v4-crt-container";

__require.call(null, moduleName);
process.emitWarning(`The package @aws-sdk/signature-v4-crt has been loaded dynamically.
To avoid this warning, please explicitly import the package in your application with:
import "@aws-sdk/signature-v4-crt"; // ESM
require("@aws-sdk/signature-v4-crt"); // CJS
In a future version of the AWS SDK for JavaScript (v3), this warning
will become an error and dynamic loading will not be available.
See https://github.com/aws/aws-sdk-js-v3/issues/5229.
`);
}

@@ -13,0 +24,0 @@ }

8

package.json
{
"name": "@aws-sdk/signature-v4-multi-region",
"version": "3.413.0",
"version": "3.418.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/types": "3.413.0",
"@smithy/protocol-http": "^3.0.3",
"@aws-sdk/types": "3.418.0",
"@smithy/protocol-http": "^3.0.5",
"@smithy/signature-v4": "^2.0.0",
"@smithy/types": "^2.3.1",
"@smithy/types": "^2.3.3",
"tslib": "^2.5.0"

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