Socket
Socket
Sign inDemoInstall

arbundles

Package Overview
Dependencies
18
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.18 to 0.6.19

2

file/FileDataItem.js

@@ -30,3 +30,3 @@ "use strict";

const src_1 = require("../src");
const utils_2 = require("arweave/web/lib/utils");
const utils_2 = require("arweave/node/lib/utils");
const arweave_1 = __importDefault(require("arweave"));

@@ -33,0 +33,0 @@ const util_1 = require("util");

{
"name": "arbundles",
"version": "0.6.18",
"version": "0.6.19",
"description": "Arweave bundling library",

@@ -58,3 +58,3 @@ "author": "Josh Benaron <joshbenaron@gmail.com>",

"algosdk": "^1.13.1",
"arweave": "^1.10.18",
"arweave": "^1.11.4",
"arweave-stream-tx": "^1.1.0",

@@ -61,0 +61,0 @@ "avsc": "https://github.com/Bundlr-Network/avsc#csp-fixes",

@@ -23,4 +23,3 @@ "use strict";

exports.getSignatureData = void 0;
const web = __importStar(require("arweave/web/lib/deepHash"));
const utils_1 = require("arweave/web/lib/utils");
const utils_1 = require("arweave/node/lib/utils");
const utils_2 = require("./utils");

@@ -30,2 +29,3 @@ const deepHash_1 = require("./deepHash");

if (utils_2.isBrowser) {
const web = await Promise.resolve().then(() => __importStar(require("arweave/web/lib/deepHash")));
return web.default([

@@ -32,0 +32,0 @@ utils_1.stringToBuffer("dataitem"),

@@ -33,3 +33,3 @@ "use strict";

const crypto = __importStar(require("crypto"));
const utils_2 = require("arweave/web/lib/utils");
const utils_2 = require("arweave/node/lib/utils");
const deepHash_1 = require("../src/deepHash");

@@ -36,0 +36,0 @@ async function processStream(stream) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc