img-hasher
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "img-hasher", | ||
"description": "A fast image hash generator and hamming distance calculator using multiple algorithms", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main": "index.js", | ||
@@ -14,2 +14,3 @@ "types": "index.d.ts", | ||
"additional": [ | ||
"aarch64-linux-android", | ||
"aarch64-apple-darwin", | ||
@@ -31,5 +32,5 @@ "x86_64-unknown-linux-musl" | ||
"devDependencies": { | ||
"@napi-rs/cli": "^2.15.2", | ||
"@types/node": "^20.1.4", | ||
"prettier": "^2.8.8" | ||
"@napi-rs/cli": "^2.16.5", | ||
"@types/node": "^20.10.0", | ||
"prettier": "^3.1.0" | ||
}, | ||
@@ -55,11 +56,12 @@ "files": [ | ||
}, | ||
"packageManager": "yarn@3.5.1", | ||
"packageManager": "yarn@4.0.2", | ||
"repository": "https://github.com/imranbarbhuiya/img-hasher", | ||
"optionalDependencies": { | ||
"@imranbarbhuiya/img-hasher-win32-x64-msvc": "0.0.10", | ||
"@imranbarbhuiya/img-hasher-darwin-x64": "0.0.10", | ||
"@imranbarbhuiya/img-hasher-linux-x64-gnu": "0.0.10", | ||
"@imranbarbhuiya/img-hasher-darwin-arm64": "0.0.10", | ||
"@imranbarbhuiya/img-hasher-linux-x64-musl": "0.0.10" | ||
"@imranbarbhuiya/img-hasher-win32-x64-msvc": "0.0.11", | ||
"@imranbarbhuiya/img-hasher-darwin-x64": "0.0.11", | ||
"@imranbarbhuiya/img-hasher-linux-x64-gnu": "0.0.11", | ||
"@imranbarbhuiya/img-hasher-android-arm64": "0.0.11", | ||
"@imranbarbhuiya/img-hasher-darwin-arm64": "0.0.11", | ||
"@imranbarbhuiya/img-hasher-linux-x64-musl": "0.0.11" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13805
6