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

node-opcua-secure-channel

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-secure-channel - npm Package Compare versions

Comparing version 2.5.0-alpha.5 to 2.5.0-alpha.6

4

dist/source/client/client_secure_channel_layer.js

@@ -806,3 +806,5 @@ "use strict";

// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX CHECHK ME !!!
this.closeWithError(new Error("Restarting because Request has timed out during OpenSecureChannel"), () => { });
this.closeWithError(new Error("Restarting because Request has timed out during OpenSecureChannel"), () => {
/* */
});
}

@@ -809,0 +811,0 @@ });

{
"name": "node-opcua-secure-channel",
"version": "2.5.0-alpha.5",
"version": "2.5.0-alpha.6",
"description": "pure nodejs OPCUA SDK - module -secure-channel",

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

"node-opcua-assert": "^2.5.0-alpha.4",
"node-opcua-basic-types": "^2.5.0-alpha.4",
"node-opcua-basic-types": "^2.5.0-alpha.6",
"node-opcua-binary-stream": "^2.5.0-alpha.4",
"node-opcua-certificate-manager": "^2.5.0-alpha.5",
"node-opcua-chunkmanager": "^2.5.0-alpha.5",
"node-opcua-common": "^2.5.0-alpha.5",
"node-opcua-certificate-manager": "^2.5.0-alpha.6",
"node-opcua-chunkmanager": "^2.5.0-alpha.6",
"node-opcua-common": "^2.5.0-alpha.6",
"node-opcua-crypto": "^1.1.4",
"node-opcua-debug": "^2.5.0-alpha.4",
"node-opcua-enum": "^2.5.0-alpha.4",
"node-opcua-factory": "^2.5.0-alpha.5",
"node-opcua-factory": "^2.5.0-alpha.6",
"node-opcua-nodeid": "^2.5.0-alpha.4",
"node-opcua-object-registry": "^2.5.0-alpha.4",
"node-opcua-packet-analyzer": "^2.5.0-alpha.5",
"node-opcua-service-secure-channel": "^2.5.0-alpha.5",
"node-opcua-packet-analyzer": "^2.5.0-alpha.6",
"node-opcua-service-secure-channel": "^2.5.0-alpha.6",
"node-opcua-status-code": "^2.5.0-alpha.4",
"node-opcua-transport": "^2.5.0-alpha.5",
"node-opcua-types": "^2.5.0-alpha.5",
"node-opcua-utils": "^2.5.0-alpha.4",
"node-opcua-transport": "^2.5.0-alpha.6",
"node-opcua-types": "^2.5.0-alpha.6",
"node-opcua-utils": "^2.5.0-alpha.6",
"underscore": "^1.9.2"

@@ -44,6 +44,6 @@ },

"node-opcua-packet-analyzer": "^2.4.0",
"node-opcua-service-browse": "^2.5.0-alpha.5",
"node-opcua-service-endpoints": "^2.5.0-alpha.5",
"node-opcua-service-read": "^2.5.0-alpha.5",
"node-opcua-service-session": "^2.5.0-alpha.5",
"node-opcua-service-browse": "^2.5.0-alpha.6",
"node-opcua-service-endpoints": "^2.5.0-alpha.6",
"node-opcua-service-read": "^2.5.0-alpha.6",
"node-opcua-service-session": "^2.5.0-alpha.6",
"node-opcua-test-fixtures": "^2.5.0-alpha.4",

@@ -71,3 +71,3 @@ "node-opcua-test-helpers": "^2.5.0-alpha.0",

"homepage": "http://node-opcua.github.io/",
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c"
"gitHead": "df16503b0a7738500ccba7daec3952f898764371"
}

@@ -1206,3 +1206,5 @@ /**

// XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX CHECHK ME !!!
this.closeWithError(new Error("Restarting because Request has timed out during OpenSecureChannel"), () => { });
this.closeWithError(new Error("Restarting because Request has timed out during OpenSecureChannel"), () => {
/* */
});
}

@@ -1209,0 +1211,0 @@ });

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