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

@aws-sdk/body-checksum-browser

Package Overview
Dependencies
Maintainers
5
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.357.0 to 3.363.0

6

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.bodyChecksumGenerator = void 0;
const chunked_blob_reader_1 = require("@aws-sdk/chunked-blob-reader");
const sha256_tree_hash_1 = require("@aws-sdk/sha256-tree-hash");
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding");
const util_utf8_1 = require("@aws-sdk/util-utf8");
const chunked_blob_reader_1 = require("@smithy/chunked-blob-reader");
const util_hex_encoding_1 = require("@smithy/util-hex-encoding");
const util_utf8_1 = require("@smithy/util-utf8");
const MiB = 1024 * 1024;

@@ -9,0 +9,0 @@ async function bodyChecksumGenerator(request, options) {

@@ -1,5 +0,5 @@

import { blobReader } from "@aws-sdk/chunked-blob-reader";
import { TreeHash } from "@aws-sdk/sha256-tree-hash";
import { toHex } from "@aws-sdk/util-hex-encoding";
import { toUint8Array } from "@aws-sdk/util-utf8";
import { blobReader } from "@smithy/chunked-blob-reader";
import { toHex } from "@smithy/util-hex-encoding";
import { toUint8Array } from "@smithy/util-utf8";
const MiB = 1024 * 1024;

@@ -6,0 +6,0 @@ export async function bodyChecksumGenerator(request, options) {

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

import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest } from "@aws-sdk/types";
import { ChecksumConstructor, Decoder, HashConstructor, HttpRequest } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * @internal

@@ -6,3 +6,3 @@ import {

HttpRequest,
} from "@aws-sdk/types";
} from "@smithy/types";
export declare function bodyChecksumGenerator(

@@ -9,0 +9,0 @@ request: HttpRequest,

{
"name": "@aws-sdk/body-checksum-browser",
"version": "3.357.0",
"version": "3.363.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/chunked-blob-reader": "3.310.0",
"@aws-sdk/protocol-http": "3.357.0",
"@aws-sdk/sha256-tree-hash": "3.357.0",
"@aws-sdk/sha256-tree-hash": "3.363.0",
"@aws-sdk/types": "3.357.0",
"@aws-sdk/util-hex-encoding": "3.310.0",
"@aws-sdk/util-utf8": "3.310.0",
"@smithy/chunked-blob-reader": "^1.0.1",
"@smithy/protocol-http": "^1.1.0",
"@smithy/types": "^1.1.0",
"@smithy/util-hex-encoding": "^1.0.1",
"@smithy/util-utf8": "^1.0.1",
"tslib": "^2.5.0"

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