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

dslink

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dslink - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

js/src/nodejs/websocket-conn.js

@@ -49,3 +49,3 @@ "use strict";

}
this.addConnCommand('init', true); // this is a usless command, just force client to send something to server
this.addConnCommand(null, null); // force client to send something to server
this._responderChannel.updateConnect();

@@ -52,0 +52,0 @@ this._requesterChannel.updateConnect();

@@ -123,4 +123,6 @@ "use strict";

let reseted = false;
// TODO implement error handling
if (updates != null) {
if (error && !updates) {
updates = [['$disconnectedTs', value_1.ValueUpdate.getTs()]];
}
if (updates) {
for (let update of updates) {

@@ -127,0 +129,0 @@ let name;

{
"name": "dslink",
"license": "Apache-2.0",
"version": "2.0.0",
"version": "2.0.1",
"main": "js/node.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -126,3 +126,3 @@ import WebSocket from "ws";

}
this.addConnCommand('init', true); // this is a usless command, just force client to send something to server
this.addConnCommand(null, null); // force client to send something to server
this._responderChannel.updateConnect();

@@ -129,0 +129,0 @@ this._requesterChannel.updateConnect();

@@ -92,4 +92,6 @@ import {Requester} from "../requester";

let reseted = false;
// TODO implement error handling
if (updates != null) {
if (error && !updates) {
updates = [['$disconnectedTs', ValueUpdate.getTs()]];
}
if (updates) {
for (let update of updates) {

@@ -96,0 +98,0 @@ let name: string;

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