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 10.1.1 to 10.1.2

2

bower.json
{
"name": "socketcluster-client",
"main": "socketcluster.js",
"version": "10.1.1",
"version": "10.1.2",
"homepage": "https://github.com/SocketCluster/socketcluster-client",

@@ -6,0 +6,0 @@ "description": "SocketCluster JavaScript client",

@@ -21,2 +21,2 @@ var SCSocket = require('./lib/scsocket');

module.exports.version = '10.1.1';
module.exports.version = '10.1.2';
{
"name": "socketcluster-client",
"description": "SocketCluster JavaScript client",
"version": "10.1.1",
"version": "10.1.2",
"homepage": "http://socketcluster.io",

@@ -29,3 +29,3 @@ "contributors": [

"sc-formatter": "^3.0.1",
"uuid": "3.1.0",
"uuid": "3.2.1",
"ws": "3.3.3"

@@ -32,0 +32,0 @@ },

@@ -38,7 +38,6 @@ SocketCluster JavaScript Client

};
```
```js
// Initiate the connection to the server
var socket = socketCluster.connect(options);
var socket = socketCluster.create(options);
socket.on('connect', function () {

@@ -66,7 +65,4 @@ console.log('CONNECTED');

};
```
```js
// Initiate the connection to the server
var socket = socketCluster.connect(options);
var socket = socketCluster.create(options);
```

@@ -73,0 +69,0 @@

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

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