Socket
Socket
Sign inDemoInstall

md5-file

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.9 to 1.1.10

4

package.json

@@ -8,3 +8,3 @@ {

],
"version": "1.1.9",
"version": "1.1.10",
"description": "return an md5sum of a given file",

@@ -34,2 +34,2 @@ "keywords": [

}
}
}

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

md5.async('./null', function (data) {
assert.equal(JSON.stringify(data), '{"errno":34,"code":"ENOENT","path":"./null"}');
assert.equal(data.code, 'ENOENT');
});
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc