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.6 to 1.0.7

1

lib/index.js

@@ -15,3 +15,2 @@ 'use strict'

Position: require('./position'),
PositionHist: require('./position_hist'),
Trade: require('./trade'),

@@ -18,0 +17,0 @@ Wallet: require('./wallet'),

6

lib/position.js

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

liquidationPrice: 8,
leverage: 9
leverage: 9,
placeholder: 10,
id: 11,
mtsCreate: 12,
mtsUpdate: 13
}

@@ -18,0 +22,0 @@

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

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

@@ -12,5 +12,6 @@ /* eslint-env mocha */

'symbol', 'status', 'amount', 'basePrice', 'marginFunding',
'marginFundingType', 'pl', 'plPerc', 'liquidationPrice', 'leverage'
'marginFundingType', 'pl', 'plPerc', 'liquidationPrice', 'leverage',
'placeholder', 'id', 'mtsCreate', 'mtsUpdate'
]
})
})
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