diffusion
Advanced tools
Comparing version 5.8.6 to 5.8.8
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
524979
14388
+ Addedhashmap@2.0.6(transitive)
- Removedhashmap@2.0.3(transitive)
Updatedhashmap@2.0.6