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

@aws-sdk/body-checksum-node

Package Overview
Dependencies
Maintainers
5
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/body-checksum-node - npm Package Compare versions

Comparing version 3.168.0 to 3.170.0

8

CHANGELOG.md

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

# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
**Note:** Version bump only for package @aws-sdk/body-checksum-node
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)

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

10

dist-types/ts3.4/index.d.ts
import { Decoder, HashConstructor, HttpRequest } from "@aws-sdk/types";
export declare function bodyChecksumGenerator(request: HttpRequest, options: {
export declare function bodyChecksumGenerator(
request: HttpRequest,
options: {
sha256: HashConstructor;
utf8Decoder: Decoder;
}): Promise<[
string,
string
]>;
}
): Promise<[string, string]>;
{
"name": "@aws-sdk/body-checksum-node",
"version": "3.168.0",
"version": "3.170.0",
"scripts": {

@@ -23,8 +23,8 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/chunked-stream-reader-node": "3.168.0",
"@aws-sdk/is-array-buffer": "3.168.0",
"@aws-sdk/protocol-http": "3.168.0",
"@aws-sdk/sha256-tree-hash": "3.168.0",
"@aws-sdk/types": "3.168.0",
"@aws-sdk/util-hex-encoding": "3.168.0",
"@aws-sdk/chunked-stream-reader-node": "3.170.0",
"@aws-sdk/is-array-buffer": "3.170.0",
"@aws-sdk/protocol-http": "3.170.0",
"@aws-sdk/sha256-tree-hash": "3.170.0",
"@aws-sdk/types": "3.170.0",
"@aws-sdk/util-hex-encoding": "3.170.0",
"tslib": "^2.3.1"

@@ -34,6 +34,6 @@ },

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/util-utf8-node": "3.168.0",
"@aws-sdk/util-utf8-node": "3.170.0",
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
"downlevel-dts": "0.7.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",

@@ -40,0 +40,0 @@ "typedoc": "0.19.2",

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