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

arweave

Package Overview
Dependencies
Maintainers
5
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arweave - npm Package Compare versions

Comparing version 1.10.19 to 1.10.20

2

node/network.d.ts
import Api from "./lib/api";
export interface NetworkInfoInterface {
hosnetworkt: string;
network: string;
version: number;

@@ -5,0 +5,0 @@ release: number;

@@ -20,5 +20,5 @@ import Api from "./lib/api";

*
* @param {string} address - The arweave address to get the balance for.
* @param {string} address - The arweave address to get the transaction for.
*
* @returns {Promise<string>} - Promise which resolves with a winston string balance.
* @returns {Promise<string>} - Promise which resolves with a transaction ID.
*/

@@ -25,0 +25,0 @@ getLastTransactionID(address: string): Promise<string>;

@@ -59,5 +59,5 @@ "use strict";

*
* @param {string} address - The arweave address to get the balance for.
* @param {string} address - The arweave address to get the transaction for.
*
* @returns {Promise<string>} - Promise which resolves with a winston string balance.
* @returns {Promise<string>} - Promise which resolves with a transaction ID.
*/

@@ -64,0 +64,0 @@ getLastTransactionID(address) {

{
"name": "arweave",
"version": "1.10.19",
"version": "1.10.20",
"description": "Arweave JS client library",

@@ -85,7 +85,6 @@ "main": "./node/index.js",

"chrome": "70",
"node": "8.11"
"node": "12"
},
"engines": {
"node": ">=11.15.0",
"npm": ">=6.7.0"
"node": ">=12"
},

@@ -92,0 +91,0 @@ "dependencies": {

@@ -187,3 +187,3 @@ # Arweave JS

The create transaction methods create and return an unsigned transaction object. You must sign the transaction and submit it separeately using the `transactions.sign` and `transactions.submit` methods.
The create transaction methods create and return an unsigned transaction object. You must sign the transaction and submit it separately using the `transactions.sign` and `transactions.submit` methods.

@@ -190,0 +190,0 @@ If you don't pass in a `key` argument when creating a transaction, Arweave.js will attempt to use a browser-based wallet extension, such as [ArConnect](https://arconnect.io) or [Finnie](https://koii.network/getFinnie), to sign the transaction.

import Api from "./lib/api";
export interface NetworkInfoInterface {
hosnetworkt: string;
network: string;
version: number;

@@ -5,0 +5,0 @@ release: number;

@@ -20,5 +20,5 @@ import Api from "./lib/api";

*
* @param {string} address - The arweave address to get the balance for.
* @param {string} address - The arweave address to get the transaction for.
*
* @returns {Promise<string>} - Promise which resolves with a winston string balance.
* @returns {Promise<string>} - Promise which resolves with a transaction ID.
*/

@@ -25,0 +25,0 @@ getLastTransactionID(address: string): Promise<string>;

@@ -59,5 +59,5 @@ "use strict";

*
* @param {string} address - The arweave address to get the balance for.
* @param {string} address - The arweave address to get the transaction for.
*
* @returns {Promise<string>} - Promise which resolves with a winston string balance.
* @returns {Promise<string>} - Promise which resolves with a transaction ID.
*/

@@ -64,0 +64,0 @@ getLastTransactionID(address) {

Sorry, the diff of this file is too big to display

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