Socket
Socket
Sign inDemoInstall

@aws-sdk/middleware-flexible-checksums

Package Overview
Dependencies
Maintainers
5
Versions
111
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.654.0 to 3.657.0

6

dist-cjs/index.js

@@ -136,6 +136,6 @@ "use strict";

var PRIORITY_ORDER_ALGORITHMS = [
"SHA256" /* SHA256 */,
"SHA1" /* SHA1 */,
"CRC32" /* CRC32 */,
"CRC32C" /* CRC32C */,
"SHA1" /* SHA1 */,
"SHA256" /* SHA256 */
"CRC32C" /* CRC32C */
];

@@ -142,0 +142,0 @@

@@ -9,6 +9,6 @@ import { ChecksumAlgorithm } from "./constants";

export const PRIORITY_ORDER_ALGORITHMS = [
ChecksumAlgorithm.SHA256,
ChecksumAlgorithm.SHA1,
ChecksumAlgorithm.CRC32,
ChecksumAlgorithm.CRC32C,
ChecksumAlgorithm.SHA1,
ChecksumAlgorithm.SHA256,
];

@@ -8,4 +8,3 @@ import { ChecksumAlgorithm } from "./constants";

* Priority order for validating checksum algorithm. A faster algorithm has higher priority.
* ToDo: update the priority order based on profiling of JavaScript implementations.
*/
export declare const PRIORITY_ORDER_ALGORITHMS: ChecksumAlgorithm[];
{
"name": "@aws-sdk/middleware-flexible-checksums",
"version": "3.654.0",
"version": "3.657.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

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