Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hlolli/arbundles

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hlolli/arbundles - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

build/Bundle.js

@@ -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)) {

2

package.json
{
"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>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc