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

socketcluster-client

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketcluster-client - npm Package Compare versions

Comparing version 0.9.11 to 0.9.12

6

clustersocket.js

@@ -135,3 +135,7 @@ /**

Socket.call(this, options);
if (options.url == null) {
Socket.call(this, options);
} else {
Socket.call(this, options.url, options);
}

@@ -138,0 +142,0 @@ this._sessionDestRegex = /^([^_]*)_([^_]*)_([^_]*)_([^_]*)_/;

2

package.json
{
"name": "socketcluster-client",
"description": "Client side of SocketCluster",
"version": "0.9.11",
"version": "0.9.12",
"homepage": "https://github.com/topcloud/socketcluster-client",

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is too big to display

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