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

@cumulus/checksum

Package Overview
Dependencies
Maintainers
8
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.24.0 to 2.0.0

1

dist/checksum.d.ts

@@ -15,1 +15,2 @@ /// <reference types="node" />

export declare function generateChecksumFromStream(algorithm: string, stream: Readable, options?: TransformOptions): Promise<number | string>;
//# sourceMappingURL=checksum.d.ts.map

@@ -6,1 +6,2 @@ /**

export { validateChecksumFromStream } from './validate';
//# sourceMappingURL=index.d.ts.map

@@ -16,1 +16,2 @@ /// <reference types="node" />

export declare function validateChecksumFromStream(algorithm: string, stream: Readable, expectedSum: string | number, options?: TransformOptions): Promise<boolean>;
//# sourceMappingURL=validate.d.ts.map

19

package.json
{
"name": "@cumulus/checksum",
"version": "1.24.0",
"version": "2.0.0",
"description": "Cumulus checksum utilities",
"engines": {
"node": ">=10.16.3"
"node": ">=12.18.0"
},

@@ -16,7 +16,7 @@ "main": "./dist/index.js",

"build-docs": "npm run tsc && ../../node_modules/.bin/jsdoc2md -t templates/README.md.hbs ./dist/*.js > README.md",
"clean": "rm -rf dist",
"prepare": "npm run tsc",
"test": "../../node_modules/.bin/ava",
"test-coverage": "../../node_modules/.bin/nyc npm test",
"debug": "NODE_ENV=test node --inspect-brk node_modules/ava/profile.js --serial tests/*.js",
"tsc": "../../node_modules/.bin/tsc",
"prepare": "npm run tsc"
"test:coverage": "../../node_modules/.bin/nyc npm test",
"tsc": "../../node_modules/.bin/tsc"
},

@@ -26,7 +26,2 @@ "ava": {

},
"nyc": {
"exclude": [
"tests"
]
},
"keywords": [

@@ -48,3 +43,3 @@ "CUMULUS"

},
"gitHead": "e98bd892450ac176e8e802a69d2c7d27a9ed3bca"
"gitHead": "404fd959be4f17ccdf4f047f591ada7c2e39e3e9"
}

Sorry, the diff of this file is not supported yet

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