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

diffusion

Package Overview
Dependencies
Maintainers
1
Versions
191
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.8.6 to 5.8.8

4

package.json
{
"name": "diffusion",
"version": "5.8.6",
"version": "5.8.8",
"description": "Diffusion Javascript UCI client",

@@ -18,3 +18,3 @@ "keywords" : ["diffusion", "reappt", "websockets", "data"],

"inherits" : "2.0.1",
"hashmap" : "2.0.3",
"hashmap" : "2.0.6",
"long" : "2.2.5",

@@ -21,0 +21,0 @@ "loglevel" : "1.4.0",

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

*/
version: '5.8.6',
version: '5.8.8',
build: '6_dev#internal',
build: '8_01#43883',

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

@@ -132,3 +132,4 @@ var DEFAULT_HOST = 'localhost';

* @property {String} [principal] - The principal name this session should connect with. Used for authentication.
* @property {String} [credentials] - A password string to authenticate with.
* @property {String|Buffer} [credentials] - A password string to authenticate with, or a buffer containing custom
* credentials in binary format.
* @property {Boolean|Number|Function|Object} [reconnect=true] - Reconnection options.

@@ -135,0 +136,0 @@ * @property {String|Array} [transports=["WEBSOCKET"]] - The transports to be used for connection establishment.

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