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

@ex-master/core

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ex-master/core - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

6

bld/exchange/exchange.js

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

await v.lock(this.getLockObject(market), async () => {
let orders = await this.client.getOrders(market, this.getActiveOrders(market).map(order => order.id));
let ids = this.getActiveOrders(market).map(order => order.id);
if (!ids.length) {
return;
}
let orders = await this.client.getOrders(market, ids);
for (let order of orders) {

@@ -51,0 +55,0 @@ this.account.onOrderUpdate(order);

2

package.json
{
"name": "@ex-master/core",
"version": "0.1.13",
"version": "0.1.14",
"main": "bld/index.js",

@@ -5,0 +5,0 @@ "types": "bld/index.d.ts",

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