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

@aws-sdk/middleware-apply-body-checksum

Package Overview
Dependencies
Maintainers
7
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-apply-body-checksum - npm Package Compare versions

Comparing version 3.36.0 to 3.37.0

8

CHANGELOG.md

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

# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
**Note:** Version bump only for package @aws-sdk/middleware-apply-body-checksum
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)

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

15

dist-types/ts3.4/md5Configuration.d.ts

@@ -10,16 +10,7 @@ import { Encoder, HashConstructor, StreamHasher } from "@aws-sdk/types";

export interface Md5BodyChecksumResolvedConfig {
/**
* A constructor for a class implementing the @aws-sdk/types.Hash interface that computes MD5 hashes.
* @internal
*/
md5: HashConstructor;
/**
* The function that will be used to convert binary data to a base64-encoded string.
* @internal
*/
base64Encoder: Encoder;
/**
* A function that, given a hash constructor and a stream, calculates the hash of the streamed value.
* @internal
*/
streamHasher: StreamHasher<any>;

@@ -26,0 +17,0 @@ }

8

package.json
{
"name": "@aws-sdk/middleware-apply-body-checksum",
"version": "3.36.0",
"version": "3.37.0",
"scripts": {

@@ -21,5 +21,5 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"dependencies": {
"@aws-sdk/is-array-buffer": "3.36.0",
"@aws-sdk/protocol-http": "3.36.0",
"@aws-sdk/types": "3.36.0",
"@aws-sdk/is-array-buffer": "3.37.0",
"@aws-sdk/protocol-http": "3.37.0",
"@aws-sdk/types": "3.37.0",
"tslib": "^2.3.0"

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