sha256-uint8array
Advanced tools
Comparing version 0.10.4 to 0.10.5
{ | ||
"name": "sha256-uint8array", | ||
"description": "Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"author": "Yusuke Kawasaki <u-suke@kawa.net>", | ||
@@ -28,2 +28,6 @@ "bugs": { | ||
}, | ||
"exports": { | ||
"require": "./lib/sha256-uint8array.js", | ||
"import": "./dist/sha256-uint8array.mjs" | ||
}, | ||
"files": [ | ||
@@ -30,0 +34,0 @@ "LICENSE", |
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
33088