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

@cumulus/checksum

Package Overview
Dependencies
Maintainers
7
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/checksum - npm Package Compare versions

Comparing version 1.11.2-alpha3 to 1.12.0

LICENSE

5

package.json
{
"name": "@cumulus/checksum",
"version": "1.11.2-alpha3",
"version": "1.12.0",
"description": "Cumulus checksum utilities",

@@ -39,3 +39,4 @@ "engines": {

"nyc": "^13.3.0"
}
},
"gitHead": "bffc25da88e2ec3639e1b265f660ec3633d75cea"
}

2

validate.js

@@ -16,3 +16,3 @@ 'use strict';

async function validateChecksumFromStream(algorithm, stream, expectedSum, options = {}) {
const calculatedSum = generateChecksumFromStream(algorithm, stream, options);
const calculatedSum = await generateChecksumFromStream(algorithm, stream, options);
return expectedSum === calculatedSum;

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