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

@waves/balances

Package Overview
Dependencies
Maintainers
13
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/balances - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "@waves/balances",
"version": "0.0.4",
"version": "0.0.5",
"description": "Get Waves Assets and Balances",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -55,2 +55,6 @@ import { default as fetch } from 'cross-fetch';

public getAssets(ids: Array<string>): Promise<Array<MyAsset>> {
return this._assets.getAssets(ids);
}
public changeUser(address: string): void {

@@ -57,0 +61,0 @@ this.hasData = false;

import { Money, Asset } from '@waves/data-entities';
import { TMoneyInput } from '@waves/data-entities/dist/entities/Money';
import { BigNumber } from '@waves/bignumber';

@@ -5,0 +4,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