Socket
Socket
Sign inDemoInstall

@types/md5-file

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/md5-file - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

4

md5-file/index.d.ts

@@ -7,6 +7,6 @@ // Type definitions for md5-file 4.0

declare var md5: {
(filename: string, cb: (err: Error, hash: string) => void): void;
sync: (filename: string) => string;
(filename: string, cb: (err: Error, hash: string) => void): void;
sync: (filename: string) => string;
};
export = md5;
{
"name": "@types/md5-file",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for md5-file",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "379960c372dcdb8a24e2ba7b160810c536c7ce6deee61f5ff7d7f982f3d0d27c",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "75dd28e606ad205314b576b9c11dd2916f67d46cf7087570d1903738f6ec26a9",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 26 Dec 2019 17:07:00 GMT
* Last updated: Fri, 15 May 2020 10:02:02 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by BamButz (https://github.com/BamButz).
These definitions were written by [BamButz](https://github.com/BamButz).

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