@ipld/dag-json
Advanced tools
Comparing version 8.0.8 to 8.0.9
{ | ||
"name": "@ipld/dag-json", | ||
"version": "8.0.8", | ||
"version": "8.0.9", | ||
"description": "JS implementation of DAG-JSON", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
@@ -30,3 +30,3 @@ # @ipld/dag-json | ||
`@ipld/dag-pb` is designed to be used within multiformats but can be used separately. `encode()`, `decode()` are available as exports, as are `name` and `code` to match with the corresponding DAG-JSON [multicodec](https://github.com/multiformats/multicodec/). | ||
`@ipld/dag-json` is designed to be used within multiformats but can be used separately. `encode()`, `decode()` are available as exports, as are `name` and `code` to match with the corresponding DAG-JSON [multicodec](https://github.com/multiformats/multicodec/). | ||
@@ -33,0 +33,0 @@ ## License |
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
58529