@hlolli/arbundles
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -66,5 +66,3 @@ "use strict"; | ||
for (const item of this.items) { | ||
console.error(item); | ||
const valid = await item.isValid(); | ||
console.error({ valid }); | ||
const expected = base64url_1.default(crypto_1.createHash("sha256").update(item.rawSignature).digest()); | ||
@@ -71,0 +69,0 @@ if (!(valid && item.id === expected)) { |
{ | ||
"name": "@hlolli/arbundles", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Arweave bundling library", | ||
@@ -5,0 +5,0 @@ "author": "Josh Benaron <joshbenaron@gmail.com>", |
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
142615
3231