New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

exonum-bundle-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exonum-bundle-client - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

package.json
{
"name": "exonum-bundle-client",
"version": "0.2.1",
"description": "Bundle client",
"version": "0.2.2",
"description": "",
"main": "./lib/index.js",

@@ -6,0 +6,0 @@ "engines": {

@@ -21,3 +21,3 @@ # Bundle client

To use in browser include browser-ready library version into your page:
To use in browser:

@@ -30,2 +30,14 @@ ```html

* [Validate hexadecimal string](#validate-hexadecimal-string)
* [Validate Bitcoin address](#validate-bitcoin-address)
* [Validate Ethereum address](#validate-ethereum-address)
* [Generate mnemonic phrase](#generate-mnemonic-phrase)
* [Generate a new random signing key pair](#generate-a-new-random-signing-key-pair)
* [Register a new user](#register-a-new-user)
* [Transfer ETH](#transfer-eth)
* [Get user refund addresses](#get-user-refund-addresses)
* [Get user balances and investment addresses](#get-user-balances-and-investment-addresses)
* [Get user token balance](#get-user-token-balance)
* [Get wallet and transactions as cryptographic proof](#get-wallet-and-transactions-as-cryptographic-proof)
### Validate hexadecimal string

@@ -42,2 +54,4 @@

Returns `boolean`.
### Validate Bitcoin address

@@ -54,2 +68,4 @@

Returns `boolean`.
### Validate Ethereum address

@@ -65,2 +81,4 @@

Returns `boolean`.
### Generate mnemonic phrase

@@ -72,2 +90,4 @@

Returns `String`.
### Generate a new random signing key pair

@@ -108,2 +128,12 @@

Returns promise.
Fulfilled response:
```json
{
"tx_hash": "..."
}
```
### Transfer ETH

@@ -122,2 +152,12 @@

Returns promise.
Fulfilled response:
```json
{
"tx_hash": "..."
}
```
### Get user refund addresses

@@ -124,0 +164,0 @@

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