@aws-sdk/sha256-tree-hash
Advanced tools
Comparing version 3.168.0 to 3.170.0
@@ -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/sha256-tree-hash | ||
# [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 @@ |
import { Decoder, Hash, HashConstructor, SourceData } from "@aws-sdk/types"; | ||
export declare class TreeHash implements Hash { | ||
private readonly Sha256; | ||
private readonly fromUtf8; | ||
private buffer?; | ||
private collectedHashDigests; | ||
constructor(Sha256: HashConstructor, fromUtf8: Decoder); | ||
private hashBuffer; | ||
update(data: SourceData): void; | ||
digest(): Promise<Uint8Array>; | ||
private convertToBuffer; | ||
private readonly Sha256; | ||
private readonly fromUtf8; | ||
private buffer?; | ||
private collectedHashDigests; | ||
constructor(Sha256: HashConstructor, fromUtf8: Decoder); | ||
private hashBuffer; | ||
update(data: SourceData): void; | ||
digest(): Promise<Uint8Array>; | ||
private convertToBuffer; | ||
} |
{ | ||
"name": "@aws-sdk/sha256-tree-hash", | ||
"version": "3.168.0", | ||
"version": "3.170.0", | ||
"scripts": { | ||
@@ -23,3 +23,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.168.0", | ||
"@aws-sdk/types": "3.170.0", | ||
"tslib": "^2.3.1" | ||
@@ -29,7 +29,7 @@ }, | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/util-hex-encoding": "3.168.0", | ||
"@aws-sdk/util-utf8-node": "3.168.0", | ||
"@aws-sdk/util-hex-encoding": "3.170.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", | ||
@@ -36,0 +36,0 @@ "typedoc": "0.19.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54973
+ Added@aws-sdk/types@3.170.0(transitive)
- Removed@aws-sdk/types@3.168.0(transitive)
Updated@aws-sdk/types@3.170.0