@ipld/dag-pb
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@ipld/dag-pb", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "JS implementation of DAG-PB", | ||
@@ -5,0 +5,0 @@ "author": "Rod <rod@vagg.org> (http://r.va.gg/)", |
@@ -168,3 +168,3 @@ const textDecoder = new TextDecoder() | ||
} else if (fieldNum === 2) { | ||
if (linksBeforeData) { // interleaved Links/Dode/Links | ||
if (linksBeforeData) { // interleaved Links/Data/Links | ||
throw new Error('protobuf: (PBNode) duplicate Links section') | ||
@@ -171,0 +171,0 @@ } else if (!links) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0