bfx-api-node-models
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -15,3 +15,2 @@ 'use strict' | ||
Position: require('./position'), | ||
PositionHist: require('./position_hist'), | ||
Trade: require('./trade'), | ||
@@ -18,0 +17,0 @@ Wallet: require('./wallet'), |
@@ -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' | ||
] | ||
}) | ||
}) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97694
56
3302