Comparing version 1.10.19 to 1.10.20
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
1283309