New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xapi-node

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xapi-node - npm Package Compare versions

Comparing version 2.6.0 to 2.6.2

2

build/core/Queue.js

@@ -87,3 +87,3 @@ "use strict";

t.transactionPromise.resolve === null &&
t.createdAt.elapsedMs() > 86400000)
(t.createdAt.elapsedMs() > 600000 || t.command === 'getChartLastRequest' || t.command === 'getChartRangeRequest'))
.forEach(transaction => {

@@ -90,0 +90,0 @@ delete this.transactions[transaction.transactionId];

@@ -243,8 +243,4 @@ "use strict";

this.Stream.rejectOldTransactions();
if (Object.keys(this.Socket.transactions).length > 20000) {
this.Socket.removeOldTransactions();
}
if (Object.keys(this.Stream.transactions).length > 20000) {
this.Stream.removeOldTransactions();
}
this.Socket.removeOldTransactions();
this.Stream.removeOldTransactions();
}, 19000));

@@ -251,0 +247,0 @@ if (this.isSubscribeTrades) {

{
"name": "xapi-node",
"version": "2.6.0",
"version": "2.6.2",
"description": "This project makes it possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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