@ipld/dag-cbor
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@ipld/dag-cbor", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "JS implementation of dag-cbor", | ||
@@ -48,5 +48,3 @@ "scripts": { | ||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)", | ||
"browser": { | ||
"import": "./cjs/index.js" | ||
} | ||
"browser": "./cjs/index.js" | ||
} |
@@ -35,2 +35,4 @@ # @ipld/dag-cbor | ||
# Spec | ||
The [`dag-cbor` specification is in the IPLD specs repo](https://github.com/ipld/specs/blob/master/block-layer/codecs/dag-json.md). |
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
8943
38