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

cushax-client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cushax-client - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

6

lib/cushax.js

@@ -10,2 +10,8 @@ var Cushax = /** @class */ (function () {

this.auth = (function (data) {
if (!_this.socket.connected) {
setTimeout(function () {
_this.auth(data);
});
return;
}
_this.socket.emit("auth", data);

@@ -12,0 +18,0 @@ });

2

package.json
{
"name": "cushax-client",
"version": "0.1.10",
"version": "0.1.11",
"author": "boenfu <1997@boenfu.cn>",

@@ -5,0 +5,0 @@ "license": "MIT",

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