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.3.16 to 0.3.17

3

bld/library/spot/huobi-spot-client.js

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

let order = this.openedOrderMap.get(String(data.orderId));
switch (data.changeType) {
switch (data.eventType) {
case 'creation': {

@@ -147,2 +147,3 @@ if (!order) {

if (!order) {
this.emit('error', new Error(`order ${data.orderId} has not been tracked by this client.`));
return;

@@ -149,0 +150,0 @@ }

{
"name": "@ex-master/huobi",
"version": "0.3.16",
"version": "0.3.17",
"main": "bld/library/index.js",

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

},
"gitHead": "96b3944515137e73b9adc9b23837c3ca275273a9"
"gitHead": "86efe7e70d598bcde134eb5b9c9cfb6cdcd0c369"
}

@@ -832,3 +832,3 @@ import {

switch (data.changeType) {
switch (data.eventType) {
case 'creation': {

@@ -888,2 +888,8 @@ if (!order) {

if (!order) {
this.emit(
'error',
new Error(
`order ${data.orderId} has not been tracked by this client.`,
),
);
return;

@@ -890,0 +896,0 @@ }

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