node-opcua-secure-channel
Advanced tools
Comparing version 2.5.0-alpha.5 to 2.5.0-alpha.6
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
523712
8844