Socket
Socket
Sign inDemoInstall

multihashes-sync

Package Overview
Dependencies
7
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

1

dist/sha2.browser.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc