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.5.0-alpha.11 to 2.5.0-alpha.12

3

dist/source/tcp_transport.js

@@ -273,3 +273,4 @@ "use strict";

this._on_error_during_one_time_message_receiver = (err) => {
this._fulfill_pending_promises(new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms)`));
var _a;
this._fulfill_pending_promises(new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms) ` + ((_a = err) === null || _a === void 0 ? void 0 : _a.message)));
};

@@ -276,0 +277,0 @@ this._socket.on("close", this._on_error_during_one_time_message_receiver);

{
"name": "node-opcua-transport",
"version": "2.5.0-alpha.11",
"version": "2.5.0-alpha.12",
"description": "pure nodejs OPCUA SDK - module -transport",

@@ -15,8 +15,8 @@ "main": "./dist/source/index.js",

"node-opcua-assert": "^2.5.0-alpha.4",
"node-opcua-basic-types": "^2.5.0-alpha.11",
"node-opcua-basic-types": "^2.5.0-alpha.12",
"node-opcua-binary-stream": "^2.5.0-alpha.4",
"node-opcua-buffer-utils": "^2.5.0-alpha.4",
"node-opcua-chunkmanager": "^2.5.0-alpha.11",
"node-opcua-chunkmanager": "^2.5.0-alpha.12",
"node-opcua-debug": "^2.5.0-alpha.4",
"node-opcua-factory": "^2.5.0-alpha.11",
"node-opcua-factory": "^2.5.0-alpha.12",
"node-opcua-nodeid": "^2.5.0-alpha.4",

@@ -26,4 +26,4 @@ "node-opcua-object-registry": "^2.5.0-alpha.4",

"node-opcua-status-code": "^2.5.0-alpha.4",
"node-opcua-types": "^2.5.0-alpha.11",
"node-opcua-utils": "^2.5.0-alpha.11",
"node-opcua-types": "^2.5.0-alpha.12",
"node-opcua-utils": "^2.5.0-alpha.12",
"underscore": "^1.9.2"

@@ -36,3 +36,3 @@ },

"node-opcua-debug": "^2.3.0",
"node-opcua-generator": "^2.5.0-alpha.11",
"node-opcua-generator": "^2.5.0-alpha.12",
"should": "13.2.3",

@@ -56,3 +56,3 @@ "sinon": "^8.0.4"

"homepage": "http://node-opcua.github.io/",
"gitHead": "7b9ace456702cd8e98bfbb8d31987835734a1e61"
"gitHead": "5b1bfb1f8b49490bc8d909a1fb21f829e6411bbf"
}

@@ -364,3 +364,3 @@ /**

this._fulfill_pending_promises(
new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms)`));
new Error(`ERROR in waiting for data on socket ( timeout was = ${this.timeout} ms) ` + err?.message));
};

@@ -367,0 +367,0 @@ this._socket.on("close", this._on_error_during_one_time_message_receiver);

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