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

@ex-master/huobi

Package Overview
Dependencies
Maintainers
2
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ex-master/huobi - npm Package Compare versions

Comparing version 0.1.43 to 0.1.44

4

bld/client.js

@@ -278,6 +278,6 @@ "use strict";

let now = Date.now();
let activeOrders = exchange.getActiveOrders();
let orders = await this.getOrders(activeOrders);
let balanceMap = await this.getAccountBalance();
this.balance$.next(balanceMap);
let activeOrders = exchange.getActiveOrders();
let orders = await this.getOrders(activeOrders);
for (let order of orders) {

@@ -284,0 +284,0 @@ this.orderUpdate$.next(order);

{
"name": "@ex-master/huobi",
"version": "0.1.43",
"version": "0.1.44",
"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