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

@aws-sdk/middleware-flexible-checksums

Package Overview
Dependencies
Maintainers
6
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-flexible-checksums - npm Package Compare versions

Comparing version 3.53.0 to 3.54.0

8

CHANGELOG.md

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

# [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
**Note:** Version bump only for package @aws-sdk/middleware-flexible-checksums
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)

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

4

dist-types/configuration.d.ts

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

import { Encoder, GetAwsChunkedEncodingStream, HashConstructor, StreamHasher } from "@aws-sdk/types";
import { BodyLengthCalculator, Encoder, GetAwsChunkedEncodingStream, HashConstructor, StreamHasher } from "@aws-sdk/types";
export interface PreviouslyResolved {

@@ -11,3 +11,3 @@ /**

*/
bodyLengthChecker: (body: any) => number | undefined;
bodyLengthChecker: BodyLengthCalculator;
/**

@@ -14,0 +14,0 @@ * A function that returns Readable Stream which follows aws-chunked encoding stream.

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

import { Encoder, GetAwsChunkedEncodingStream, HashConstructor, StreamHasher } from "@aws-sdk/types";
import { BodyLengthCalculator, Encoder, GetAwsChunkedEncodingStream, HashConstructor, StreamHasher } from "@aws-sdk/types";
export interface PreviouslyResolved {

@@ -6,3 +6,3 @@

bodyLengthChecker: (body: any) => number | undefined;
bodyLengthChecker: BodyLengthCalculator;

@@ -9,0 +9,0 @@ getAwsChunkedEncodingStream: GetAwsChunkedEncodingStream;

{
"name": "@aws-sdk/middleware-flexible-checksums",
"version": "3.53.0",
"version": "3.54.0",
"scripts": {

@@ -25,4 +25,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-sdk/is-array-buffer": "3.52.0",
"@aws-sdk/protocol-http": "3.53.0",
"@aws-sdk/types": "3.53.0",
"@aws-sdk/protocol-http": "3.54.0",
"@aws-sdk/types": "3.54.0",
"tslib": "^2.3.0"

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