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

bancorx

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bancorx - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "bancorx",
"version": "0.1.0",
"version": "0.1.1",
"description": "BancorX Utility",

@@ -12,2 +12,8 @@ "main": "index.js",

],
"keywords": [
"bancor",
"bancorx",
"eos",
"eosio"
],
"repository": "git@github.com:eos-nation/bancorx.git",

@@ -14,0 +20,0 @@ "author": "Denis Carriere <denis@eosnation.io>",

14

README.md

@@ -35,9 +35,13 @@ # BancorX utility

> token balance of EOS (eosio.token) in the relay: 77814.0638 EOS
> token balance of BNT (bntbntbntbnt) in the relay: 429519.5539120331 BNT
> The Formula:
> 10.0000 / (77814.0638 + 10.0000) * 429519.5539120331
> 55.19109809221157
- token balance of EOS (`eosio.token`) in the relay: `77814.0638 EOS`
- token balance of BNT (`bntbntbntbnt`) in the relay: `429519.5539120331 BNT`
**The Formula:**
```js
10.0000 / (77814.0638 + 10.0000) * 429519.5539120331
55.19109809221157
```
```js
const source_balance = 77814.0638 // EOS

@@ -44,0 +48,0 @@ const target_balance = 429519.5539120331 // BNT

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