@peac/audit 0.14.0 → 0.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dispute-bundle.d.ts","sourceRoot":"","sources":["../src/dispute-bundle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AASH,OAAO,KAAK,EAEV,YAAY,EAEZ,0BAA0B,EAC1B,qBAAqB,EACrB,qBAAqB,
|
|
1
|
+
{"version":3,"file":"dispute-bundle.d.ts","sourceRoot":"","sources":["../src/dispute-bundle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AASH,OAAO,KAAK,EAEV,YAAY,EAEZ,0BAA0B,EAC1B,qBAAqB,EACrB,qBAAqB,EAKtB,MAAM,2BAA2B,CAAC;AA2BnC;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAAgB,CAAC;AAgL9C;;GAEG;AACH,wBAAsB,mBAAmB,CACvC,OAAO,EAAE,0BAA0B,GAClC,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAqS/B;AA6BD;;GAEG;AACH,wBAAsB,iBAAiB,CACrC,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,YAAY,CAAC,qBAAqB,CAAC,CAAC,CAoL9C;AA+OD;;GAEG;AACH,wBAAsB,qBAAqB,CACzC,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,YAAY,CAAC;IAAE,QAAQ,EAAE,qBAAqB,CAAA;CAAE,CAAC,CAAC,CAM5D;AAED;;GAEG;AACH,wBAAsB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAyE3F;AAGD,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -798,7 +798,6 @@ async function readDisputeBundle(zipBuffer) {
|
|
|
798
798
|
}
|
|
799
799
|
const chunks = [];
|
|
800
800
|
let actualBytes = 0;
|
|
801
|
-
entry.uncompressedSize > 0 ? entry.uncompressedSize : MAX_ENTRY_SIZE;
|
|
802
801
|
readStream.on("data", (chunk) => {
|
|
803
802
|
actualBytes += chunk.length;
|
|
804
803
|
actualTotalBytes += chunk.length;
|