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.0 to 5.8.1

2

package.json
{
"name": "diffusion",
"version": "5.8.0",
"version": "5.8.1",
"description": "Diffusion Javascript UCI client",

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

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

*/
version : '5.8.0',
version : '5.8.1',
build : '0_dev#internal',
build : '1_01#39861',

@@ -34,0 +34,0 @@ /**

@@ -108,3 +108,3 @@ var interface = require('util/interface').interface;

* },
* onClose : function(error) {
* onClose : function() {
*

@@ -111,0 +111,0 @@ * }

@@ -93,2 +93,6 @@ var interface = require('util/interface').interface;

* If the session is closed when calling this method, the returned result will be rejected.
* <P>
* <h5>Failure</h5>
* <P>
* If the operation fails a {@link TopicAddFailReason} is provided.
*

@@ -245,2 +249,7 @@ * @example

* event.
* <P>
* <h5>Failure</h5>
* <P>
* If the operation fails a {@link UpdateFailReason} is provided.
*
* @example

@@ -247,0 +256,0 @@ * // Update topic 'foo/bar' with content 'baz'.

@@ -217,2 +217,3 @@ var Emitter = require('events/emitter');

attempts = 0;
clearTimeout(reconnectTimeout);

@@ -219,0 +220,0 @@

@@ -109,3 +109,3 @@ var RecoveryBuffer = require('message-queue/recovery-buffer');

recoveryBuffer.clear();
lastSentSequence = response.sequence;
lastSentSequence = response.sequence - 1;
} else {

@@ -112,0 +112,0 @@ var outboundLoss = lastSentSequence - recoveryBuffer.size() - response.sequence + 1;

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