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

@ex-master/core

Package Overview
Dependencies
Maintainers
2
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.2.28 to 0.2.29

3

bld/library/client/modules/balance-accumulator.js

@@ -53,2 +53,5 @@ "use strict";

}
if (order.filledSize.lessThan(previous.filledSize)) {
return;
}
if (active) {

@@ -55,0 +58,0 @@ activeOrderMap.set(id, order);

4

package.json
{
"name": "@ex-master/core",
"version": "0.2.28",
"version": "0.2.29",
"main": "bld/library/index.js",

@@ -30,3 +30,3 @@ "types": "bld/library/index.d.ts",

},
"gitHead": "6b81af8bd61305dfbd06064f8b2d1a207a26ca4f"
"gitHead": "3f161b91d432e02feab03026298e9d063963dc72"
}

@@ -89,2 +89,6 @@ import Decimal from 'decimal.js';

if (order.filledSize.lessThan(previous.filledSize)) {
return;
}
if (active) {

@@ -91,0 +95,0 @@ activeOrderMap.set(id, order);

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