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

@cumulus/checksum

Package Overview
Dependencies
Maintainers
6
Versions
149
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-alpha1 to 1.11.2-alpha2

README.md

4

checksum.js

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

*/
function checksumFileStream(algorithm, fileStream, options) {
function generateChecksumFromStream(algorithm, fileStream, options) {
if (algorithm.toLowerCase() === 'cksum') {

@@ -57,3 +57,3 @@ return _getCksumFromStream(fileStream);

module.exports = {
checksumFileStream
generateChecksumFromStream
};
{
"name": "@cumulus/checksum",
"version": "1.11.2-alpha1",
"version": "1.11.2-alpha2",
"description": "Cumulus checksum utlities",

@@ -5,0 +5,0 @@ "engines": {

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