grexxconnect-ess
Advanced tools
Comparing version 1.2.2 to 1.3.1
12
index.js
/* | ||
* Copyright (C) 2014-2022 Grexx - All Rights Reserved | ||
* Copyright (C) 2014-2023 Grexx - All Rights Reserved | ||
* Unauthorized copying of this file, via any medium is strictly prohibited | ||
@@ -40,5 +40,7 @@ * Proprietary and confidential | ||
})); | ||
return resolve(); | ||
resolve(); | ||
return; | ||
} catch (error) { | ||
return reject(error); | ||
reject(error); | ||
return; | ||
} | ||
@@ -55,3 +57,3 @@ } | ||
ws.debug(`ack response received from server`); | ||
return resolve('Ack response received from server'); | ||
resolve('Ack response received from server'); | ||
}; | ||
@@ -65,3 +67,3 @@ | ||
if (error) { | ||
return reject(error); | ||
reject(error); | ||
} | ||
@@ -68,0 +70,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description" : "Grexx Connect - External System Service Helper", | ||
"version" : "1.2.2", | ||
"version" : "1.3.1", | ||
"types" : "./schema/index.d.ts", | ||
@@ -16,6 +16,6 @@ "contributors" : [ | ||
"colors": "1.4", | ||
"ws" : "7.5" | ||
"ws" : "8.18" | ||
}, | ||
"optionalDependencies": { | ||
"utf-8-validate": "5.0", | ||
"utf-8-validate": "6.0", | ||
"bufferutil" : "4.0" | ||
@@ -22,0 +22,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17339
344
+ Addedutf-8-validate@6.0.5(transitive)
+ Addedws@8.18.0(transitive)
- Removedutf-8-validate@5.0.10(transitive)
- Removedws@7.5.10(transitive)
Updatedws@8.18