multihashes-sync
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1,2 +0,2 @@ | ||
import { createHash } from "crypto"; | ||
import { createHash } from "node:crypto"; | ||
import { SyncHasher } from "./sync-hasher.js"; | ||
@@ -3,0 +3,0 @@ import { coerce } from "multiformats/bytes"; |
{ | ||
"name": "multihashes-sync", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Synchronous SHA256, SHA512 multihashes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
3842