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

diffusion

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffusion - npm Package Compare versions

Comparing version 5.9.4 to 5.9.5

2

package.json
{
"name": "diffusion",
"version": "5.9.4",
"version": "5.9.5",
"description": "Diffusion Javascript UCI client",

@@ -5,0 +5,0 @@ "keywords" : ["diffusion", "reappt", "websockets", "data"],

@@ -113,3 +113,3 @@ ## Diffusion JavaScript API

* Connect the JavaScript client to Diffusion or Reappt by using the [diffusion.connect](diffusion.html#connect) method.
* Connect the JavaScript client to Diffusion or Diffusion Cloud by using the [diffusion.connect](diffusion.html#connect) method.

@@ -116,0 +116,0 @@ * To change the security principal that the client is connected with, use the [changePrincipal](Session.security.html#changePrincipal) method.

@@ -36,5 +36,5 @@ var SessionImpl = require('session/session-impl');

*/
version: '5.9.4',
version: '5.9.5',
build: '4_dev#internal',
build: '5_01#45519',

@@ -41,0 +41,0 @@ /**

@@ -141,3 +141,3 @@ var DEFAULT_HOST = 'localhost';

* <P>
* <h5>Reconnection:</h5>
* <h5>Transports:</h5>
* The <code>transports</code> property configures how the session should connect. It can be set to either a

@@ -144,0 +144,0 @@ * <code>string</code>, or an <code>array</code> of strings to provide a transport cascading capability.

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