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

bfx-api-node-models

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-node-models - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

lib/user_info.js

4

lib/currency.js

@@ -7,3 +7,5 @@ 'use strict'

id: 0,
name: 1
name: 1,
pool: 2,
explorer: 3
}

@@ -10,0 +12,0 @@

@@ -23,3 +23,5 @@ 'use strict'

LedgerEntry: require('./ledger_entry'),
Movement: require('./movement')
Movement: require('./movement'),
UserInfo: require('./user_info'),
Currency: require('./currency')
}

@@ -11,3 +11,4 @@ 'use strict'

balance: 6,
description: 8
description: 8,
wallet: null
}

@@ -20,2 +21,4 @@

super(data, FIELDS, BOOL_FIELDS, FIELD_KEYS)
const spl = this.description.split('wallet')
this.wallet = (spl && spl[1]) ? spl[1].trim() : null
}

@@ -22,0 +25,0 @@

{
"name": "bfx-api-node-models",
"version": "1.0.0",
"version": "1.0.1",
"description": "Object models for usage with the Bitfinex node API",

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

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