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

node-opcua-transport

Package Overview
Dependencies
Maintainers
1
Versions
221
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-transport - npm Package Compare versions

Comparing version 2.112.0 to 2.113.0

11

dist/source/tcp_transport.js

@@ -244,5 +244,4 @@ "use strict";

this._socket.setTimeout(this.timeout);
if (doDebug) {
debugLog(" TCP_transport#_install_socket ", this.name);
}
// istanbul ignore next
doDebug && debugLog(" TCP_transport#_install_socket ", this.name);
this._install_packetAssembler();

@@ -275,3 +274,3 @@ this._socket

debugLog("prematureTerminate", err ? err.message : "", statusCode.toString(), "has socket = ", !!this._socket);
doDebugFlow && console.log("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack);
doDebugFlow && errorLog("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack);
if (this._socket) {

@@ -308,3 +307,3 @@ err.message = "premature socket termination " + err.message;

return false;
doDebugFlow && console.log("_fulfill_pending_promises from", new Error().stack);
doDebugFlow && errorLog("_fulfill_pending_promises from", new Error().stack);
const callback = this._theCallback;

@@ -396,3 +395,3 @@ this._theCallback = undefined;

err = err || this._theCloseError;
doDebugFlow && console.log("_emitClose ", (err === null || err === void 0 ? void 0 : err.message) || "", "from", new Error().stack);
doDebugFlow && warningLog("_emitClose ", (err === null || err === void 0 ? void 0 : err.message) || "", "from", new Error().stack);
if (!this._closedEmitted) {

@@ -399,0 +398,0 @@ this._closedEmitted = err || "noError";

{
"name": "node-opcua-transport",
"version": "2.112.0",
"version": "2.113.0",
"description": "pure nodejs OPCUA SDK - module transport",

@@ -17,10 +17,10 @@ "main": "./dist/source/index.js",

"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.111.0",
"node-opcua-basic-types": "2.113.0",
"node-opcua-binary-stream": "2.110.0",
"node-opcua-buffer-utils": "2.110.0",
"node-opcua-chunkmanager": "2.112.0",
"node-opcua-debug": "2.110.0",
"node-opcua-factory": "2.112.0",
"node-opcua-object-registry": "2.110.0",
"node-opcua-packet-assembler": "2.110.0",
"node-opcua-chunkmanager": "2.113.0",
"node-opcua-debug": "2.113.0",
"node-opcua-factory": "2.113.0",
"node-opcua-object-registry": "2.113.0",
"node-opcua-packet-assembler": "2.113.0",
"node-opcua-status-code": "2.110.0",

@@ -30,3 +30,3 @@ "node-opcua-utils": "2.110.0"

"devDependencies": {
"node-opcua-leak-detector": "2.110.0",
"node-opcua-leak-detector": "2.113.0",
"should": "^13.2.3",

@@ -50,3 +50,3 @@ "sinon": "^15.2.0"

"homepage": "http://node-opcua.github.io/",
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb",
"gitHead": "36db335391fedd39726990a1b37f7768da16466a",
"files": [

@@ -53,0 +53,0 @@ "dist",

@@ -386,5 +386,4 @@ /* eslint-disable @typescript-eslint/ban-types */

if (doDebug) {
debugLog(" TCP_transport#_install_socket ", this.name);
}
// istanbul ignore next
doDebug && debugLog(" TCP_transport#_install_socket ", this.name);

@@ -424,3 +423,3 @@ this._install_packetAssembler();

doDebugFlow && console.log("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack);
doDebugFlow && errorLog("prematureTerminate from", "has socket = ", !!this._socket, new Error().stack);

@@ -458,3 +457,3 @@ if (this._socket) {

if (!this._theCallback) return false;
doDebugFlow && console.log("_fulfill_pending_promises from", new Error().stack);
doDebugFlow && errorLog("_fulfill_pending_promises from", new Error().stack);
const callback = this._theCallback;

@@ -558,3 +557,3 @@ this._theCallback = undefined;

err = err || this._theCloseError;
doDebugFlow && console.log("_emitClose ", err?.message || "", "from", new Error().stack);
doDebugFlow && warningLog("_emitClose ", err?.message || "", "from", new Error().stack);

@@ -561,0 +560,0 @@ if (!this._closedEmitted) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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