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

arweave-uploader

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arweave-uploader - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

1

dist/uploader.js

@@ -50,2 +50,3 @@ "use strict";

protocol: 'https',
timeout: 60000,
});

@@ -52,0 +53,0 @@ var getFullStatus = function (txid) { return __awaiter(void 0, void 0, void 0, function () {

2

dist/utils/utils.js

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

var arweave_1 = __importDefault(require("arweave"));
var arweave = arweave_1.default.init({ host: 'arweave.net', protocol: 'https' });
var arweave = arweave_1.default.init({ host: 'arweave.net', protocol: 'https', timeout: 60000, });
var sleep = function (ms) { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {

@@ -47,0 +47,0 @@ return [2, new Promise(function (resolve) { return setTimeout(resolve, ms); })];

{
"name": "arweave-uploader",
"version": "1.1.9",
"version": "1.1.10",
"description": "",

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"preversion": "npm run build && git commit -m \"auto: dist\" -- ./dist",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags && npm publish"
},

@@ -15,0 +15,0 @@ "keywords": [],

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc