New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/sha256-tree-hash

Package Overview
Dependencies
Maintainers
0
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/sha256-tree-hash - npm Package Compare versions

Comparing version 3.714.0 to 3.723.0

10

dist-cjs/index.js

@@ -28,3 +28,3 @@ "use strict";

var MiB = 1048576;
var _TreeHash = class _TreeHash {
var TreeHash = class {
/**

@@ -37,4 +37,8 @@ * Initializes a TreeHash.

this.fromUtf8 = fromUtf8;
this.collectedHashDigests = [];
}
static {
__name(this, "TreeHash");
}
buffer;
collectedHashDigests = [];
/**

@@ -125,4 +129,2 @@ * Generates Sha256 hashes from 1 MiB chunks of the

};
__name(_TreeHash, "TreeHash");
var TreeHash = _TreeHash;
// Annotate the CommonJS export names for ESM import in node:

@@ -129,0 +131,0 @@

const MiB = 1048576;
export class TreeHash {
Sha256;
fromUtf8;
buffer;
collectedHashDigests = [];
constructor(Sha256, fromUtf8) {
this.Sha256 = Sha256;
this.fromUtf8 = fromUtf8;
this.collectedHashDigests = [];
}

@@ -8,0 +11,0 @@ hashBuffer() {

14

package.json
{
"name": "@aws-sdk/sha256-tree-hash",
"version": "3.714.0",
"version": "3.723.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/types": "3.714.0",
"@smithy/types": "^3.7.2",
"@aws-sdk/types": "3.723.0",
"@smithy/types": "^4.0.0",
"tslib": "^2.6.2"

@@ -31,4 +31,4 @@ },

"@aws-crypto/sha256-js": "5.2.0",
"@smithy/util-hex-encoding": "^3.0.0",
"@smithy/util-utf8": "^3.0.0",
"@smithy/util-hex-encoding": "^4.0.0",
"@smithy/util-utf8": "^4.0.0",
"@tsconfig/recommended": "1.0.1",

@@ -38,6 +38,6 @@ "concurrently": "7.0.0",

"rimraf": "3.0.2",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -44,0 +44,0 @@ "typesVersions": {

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