multiformats
Advanced tools
Comparing version 9.4.5 to 9.4.6
{ | ||
"name": "multiformats", | ||
"version": "9.4.5", | ||
"version": "9.4.6", | ||
"description": "Interface for multihash, multicodec, multibase and CID", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/src/index.js", |
@@ -37,3 +37,3 @@ # multiformats | ||
```js | ||
import Block from 'multiformats/block' | ||
import * as Block from 'multiformats/block' | ||
import * as codec from '@ipld/dag-cbor' | ||
@@ -40,0 +40,0 @@ import { sha256 as hasher } from 'multiformats/hashes/sha2' |
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
433631