multihashes-sync
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -6,2 +6,1 @@ import { hash as stableSHA256 } from "@stablelib/sha256"; | ||
export const sha512 = new SyncHasher("sha2-512", 0x13, (bytes) => stableSHA512(bytes)); | ||
//# sourceMappingURL=sha2.browser.js.map |
@@ -9,2 +9,1 @@ import { createHash } from "crypto"; | ||
}); | ||
//# sourceMappingURL=sha2.js.map |
@@ -13,2 +13,1 @@ import { create } from "multiformats/hashes/digest"; | ||
} | ||
//# sourceMappingURL=sync-hasher.js.map |
{ | ||
"name": "multihashes-sync", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Synchronous SHA256, SHA512 multihashes", | ||
@@ -24,3 +24,2 @@ "keywords": [ | ||
], | ||
"main": "./dist/index.ts", | ||
"typesVersions": { | ||
@@ -34,8 +33,2 @@ "*": { | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"./sha2": { | ||
@@ -42,0 +35,0 @@ "import": { |
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
3803
8
39