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

grexxconnect-ess

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grexxconnect-ess - npm Package Compare versions

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 @@ },

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