Socket
Socket
Sign inDemoInstall

md5-file

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md5-file - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

3

index.js

@@ -6,2 +6,3 @@ #!/usr/bin/env node

var fs = require('fs')
var alloc = require('buffer-alloc')

@@ -13,3 +14,3 @@ var BUFFER_SIZE = 8192

var hash = crypto.createHash('md5')
var buffer = Buffer.alloc(BUFFER_SIZE)
var buffer = alloc(BUFFER_SIZE)

@@ -16,0 +17,0 @@ try {

@@ -9,3 +9,3 @@ {

],
"version": "3.2.1",
"version": "3.2.2",
"description": "return an md5sum of a given file",

@@ -31,4 +31,7 @@ "keywords": [

"engines": {
"node": ">=4.5.0"
"node": ">=0.10"
},
"dependencies": {
"buffer-alloc": "^1.1.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