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

@bloks/api

Package Overview
Dependencies
Maintainers
3
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/api - npm Package Compare versions

Comparing version 3.5.22 to 3.5.23

4

package.json
{
"name": "@bloks/api",
"version": "3.5.22",
"version": "3.5.23",
"description": "",

@@ -23,3 +23,3 @@ "publishConfig": {

},
"gitHead": "62d4ae9160d5464554da091f95a28f58eecadc62"
"gitHead": "59cc04803b0e53f2614a5d0dbd86d73964cea216"
}

@@ -523,3 +523,4 @@ import axios from 'axios'

getEosBalance (accountName) {
return this.eos.get_currency_balance(constants.EOSIO_TOKEN, accountName, constants.CORE_SYMBOL)
const [balance] = this.eos.get_currency_balance(constants.EOSIO_TOKEN, accountName, constants.CORE_SYMBOL)
return balance
}

@@ -834,4 +835,2 @@

console.log(result)
return result

@@ -838,0 +837,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