multihashes-sync
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "multihashes-sync", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Synchronous SHA256, SHA512 multihashes", | ||
@@ -24,9 +24,13 @@ "keywords": [ | ||
], | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
"./sha2": { | ||
"browser": { | ||
"default": "./dist/sha2.browser.js", | ||
"types": "./dist/sha2.browser.d.ts" | ||
}, | ||
"import": { | ||
"browser": "./dist/sha2.browser.js", | ||
"default": "./dist/sha2.js", | ||
@@ -33,0 +37,0 @@ "types": "./dist/sha2.d.ts" |
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
6806