kucoin-api
Advanced tools
@@ -30,3 +30,6 @@ "use strict"; | ||
| const value2 = object2[key]; | ||
| if (typeof value1 === 'object' && typeof value2 === 'object') { | ||
| if (typeof value1 === 'object' && | ||
| typeof value2 === 'object' && | ||
| value1 !== null && | ||
| value2 !== null) { | ||
| if (!isDeepObjectMatch(value1, value2)) { | ||
@@ -36,3 +39,3 @@ return false; | ||
| } | ||
| if (value1 !== value2) { | ||
| else if (value1 !== value2) { | ||
| return false; | ||
@@ -39,0 +42,0 @@ } |
@@ -26,3 +26,6 @@ import { DefaultLogger } from './logger.js'; | ||
| const value2 = object2[key]; | ||
| if (typeof value1 === 'object' && typeof value2 === 'object') { | ||
| if (typeof value1 === 'object' && | ||
| typeof value2 === 'object' && | ||
| value1 !== null && | ||
| value2 !== null) { | ||
| if (!isDeepObjectMatch(value1, value2)) { | ||
@@ -32,3 +35,3 @@ return false; | ||
| } | ||
| if (value1 !== value2) { | ||
| else if (value1 !== value2) { | ||
| return false; | ||
@@ -35,0 +38,0 @@ } |
+1
-1
| { | ||
| "name": "kucoin-api", | ||
| "version": "2.4.0", | ||
| "version": "2.4.1", | ||
| "description": "Complete & robust Node.js SDK for Kucoin's REST APIs and WebSockets, with TypeScript & strong end to end tests.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1652859
0.96%28017
0.02%