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

taapi-strategies

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taapi-strategies - npm Package Compare versions

Comparing version 1.1.32 to 1.1.33

1

dist/cjs/orders/BaseOrder.js

@@ -48,2 +48,3 @@ "use strict";

"symbol": this.symbol,
"orderId": this.orderId,
});

@@ -50,0 +51,0 @@ resolve(false);

3

dist/cjs/orders/ClosePosition.js

@@ -42,3 +42,4 @@ "use strict";

this.notifications.postSlackMessage(`Error cancelling all open orders: ${error.message}`, {
"symbol": symbol
"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -45,0 +46,0 @@ });

@@ -44,2 +44,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -46,0 +47,0 @@ this.addLog(tradeRef, "Error placing limit entry order", "ERROR", error);

@@ -37,2 +37,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -39,0 +40,0 @@ this.addLog("Error placing market entry order", "ERROR", error);

@@ -45,2 +45,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -47,0 +48,0 @@ this.addLog("Error placing limit stop order", "ERROR", error);

@@ -38,2 +38,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -40,0 +41,0 @@ this.addLog("Error placing market stop order", "ERROR", error);

@@ -48,2 +48,3 @@ "use strict";

"symbol": this.symbol,
"orderId": this.orderId,
});

@@ -50,0 +51,0 @@ resolve(false);

@@ -42,3 +42,4 @@ "use strict";

this.notifications.postSlackMessage(`Error cancelling all open orders: ${error.message}`, {
"symbol": symbol
"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -45,0 +46,0 @@ });

@@ -44,2 +44,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -46,0 +47,0 @@ this.addLog(tradeRef, "Error placing limit entry order", "ERROR", error);

@@ -37,2 +37,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -39,0 +40,0 @@ this.addLog("Error placing market entry order", "ERROR", error);

@@ -45,2 +45,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -47,0 +48,0 @@ this.addLog("Error placing limit stop order", "ERROR", error);

@@ -38,2 +38,3 @@ "use strict";

"symbol": symbol,
"tradeRef": tradeRef,
});

@@ -40,0 +41,0 @@ this.addLog("Error placing market stop order", "ERROR", error);

{
"name": "taapi-strategies",
"version": "1.1.32",
"version": "1.1.33",
"description": "A TAAPI.IO Strategies framework and helper package",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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