Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multihashes-sync

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multihashes-sync - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/sha2.browser.d.ts

15

package.json
{
"name": "multihashes-sync",
"version": "0.0.3",
"description": "Sync SHA256, SHA512 multihashes",
"version": "0.0.4",
"description": "Synchronous SHA256, SHA512 multihashes",
"keywords": [

@@ -24,12 +24,11 @@ "multiformats",

],
"main": "dist/index.js",
"exports": {
".": {
"./sha2": {
"browser": {
"default": "./dist/index.browser.js",
"types": "./dist/index.d.ts"
"default": "./dist/sha2.browser.js",
"types": "./dist/sha2.browser.d.ts"
},
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"default": "./dist/sha2.js",
"types": "./dist/sha2.d.ts"
}

@@ -36,0 +35,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc