robinhood-node
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "robinhood-node", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "publish/index.js", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"babel-cli": "*", | ||
"babel-preset-env": "*" | ||
"babel-preset-latest": "*" | ||
} | ||
} |
@@ -46,3 +46,3 @@ 'use strict'; | ||
function get(_x2, _x3) { | ||
function get(_x, _x2) { | ||
return _ref.apply(this, arguments); | ||
@@ -76,3 +76,3 @@ } | ||
function post(_x5, _x6) { | ||
function post(_x4, _x5) { | ||
return _ref2.apply(this, arguments); | ||
@@ -104,3 +104,3 @@ } | ||
function getPersonal(_x8, _x9) { | ||
function getPersonal(_x7, _x8) { | ||
return _ref3.apply(this, arguments); | ||
@@ -132,3 +132,3 @@ } | ||
function postPersonal(_x11, _x12) { | ||
function postPersonal(_x10, _x11) { | ||
return _ref4.apply(this, arguments); | ||
@@ -135,0 +135,0 @@ } |
@@ -90,3 +90,3 @@ 'use strict'; | ||
function buy(_x3) { | ||
function buy(_x2) { | ||
return _ref2.apply(this, arguments); | ||
@@ -126,3 +126,3 @@ } | ||
function sell(_x5) { | ||
function sell(_x4) { | ||
return _ref3.apply(this, arguments); | ||
@@ -160,3 +160,3 @@ } | ||
function buyLimit(_x7, _x8) { | ||
function buyLimit(_x6, _x7) { | ||
return _ref4.apply(this, arguments); | ||
@@ -191,3 +191,3 @@ } | ||
function sellLimit(_x10, _x11) { | ||
function sellLimit(_x9, _x10) { | ||
return _ref5.apply(this, arguments); | ||
@@ -225,3 +225,3 @@ } | ||
function stopLossSell(_x13, _x14) { | ||
function stopLossSell(_x12, _x13) { | ||
return _ref6.apply(this, arguments); | ||
@@ -257,3 +257,3 @@ } | ||
function stopLossBuy(_x16, _x17) { | ||
function stopLossBuy(_x15, _x16) { | ||
return _ref7.apply(this, arguments); | ||
@@ -293,3 +293,3 @@ } | ||
function stopLossSellLimit(_x19, _x20, _x21) { | ||
function stopLossSellLimit(_x18, _x19, _x20) { | ||
return _ref8.apply(this, arguments); | ||
@@ -326,3 +326,3 @@ } | ||
function stopLossBuyLimit(_x23, _x24, _x25) { | ||
function stopLossBuyLimit(_x22, _x23, _x24) { | ||
return _ref9.apply(this, arguments); | ||
@@ -329,0 +329,0 @@ } |
Sorry, the diff of this file is not supported yet
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
129943