img-hasher
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "img-hasher", | ||
"description": "A fast image hash generator and hamming distance calculator using multiple algorithms", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "index.js", | ||
@@ -55,3 +55,11 @@ "types": "index.d.ts", | ||
"packageManager": "yarn@4.1.1", | ||
"repository": "https://github.com/imranbarbhuiya/img-hasher" | ||
"repository": "https://github.com/imranbarbhuiya/img-hasher", | ||
"optionalDependencies": { | ||
"@imranbarbhuiya/img-hasher-win32-x64-msvc": "0.0.13", | ||
"@imranbarbhuiya/img-hasher-darwin-x64": "0.0.13", | ||
"@imranbarbhuiya/img-hasher-linux-x64-gnu": "0.0.13", | ||
"@imranbarbhuiya/img-hasher-android-arm64": "0.0.13", | ||
"@imranbarbhuiya/img-hasher-darwin-arm64": "0.0.13", | ||
"@imranbarbhuiya/img-hasher-linux-x64-musl": "0.0.13" | ||
} | ||
} |
14171
6