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.0 to 4.0.1

md5-file/promise.d.ts

4

md5-file/index.d.ts

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

declare var module: {
declare var md5: {
(filename: string, cb: (err: Error, hash: string) => void): void;

@@ -12,2 +12,2 @@ sync: (filename: string) => string;

export = module;
export = md5;
{
"name": "@types/md5-file",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for md5-file",

@@ -14,10 +14,12 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/md5-file"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "8eff03142af66d047107a0ba1ee6f4b67e4e98976f54c3f31beecfbbc56fe506",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "379960c372dcdb8a24e2ba7b160810c536c7ce6deee61f5ff7d7f982f3d0d27c",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/md5-file
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/md5-file.
Additional Details
* Last updated: Mon, 08 Oct 2018 17:40:34 GMT
### Additional Details
* Last updated: Thu, 26 Dec 2019 17:07:00 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).
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