node-opcua-secure-channel
Advanced tools
Comparing version 2.5.0-alpha.10 to 2.5.0-alpha.11
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -1112,8 +1112,8 @@ "use strict"; | ||
/* istanbul ignore next */ | ||
if (doDebug) { | ||
debugLog(chalk.yellow.bold("------------------------------------- Client Sending a request "), request.constructor.name, "h=", request.requestHeader.requestHandle, " channel id ", this.channelId, " securityToken=", this.securityToken ? this.securityToken.tokenId : "x"); | ||
if (doTraceRequestContent) { | ||
console.log(request.toString()); | ||
} | ||
if (doTraceRequestContent) { | ||
console.log(chalk.yellow.bold("------------------------------------- Client Sending a request "), request.constructor.name, "h=", request.requestHeader.requestHandle, " channel id ", this.channelId, " securityToken=", this.securityToken ? this.securityToken.tokenId : "x"); | ||
} | ||
if (doTraceRequestContent) { | ||
console.log(request.toString()); | ||
} | ||
const security_options = (msgType === "OPN") ? this._get_security_options_for_OPN() : this._get_security_options_for_MSG(); | ||
@@ -1120,0 +1120,0 @@ _.extend(options, security_options); |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=common.js.map |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./fake_message_chunk_factory"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-secure-channel", | ||
"version": "2.5.0-alpha.10", | ||
"version": "2.5.0-alpha.11", | ||
"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.6", | ||
"node-opcua-basic-types": "^2.5.0-alpha.11", | ||
"node-opcua-binary-stream": "^2.5.0-alpha.4", | ||
"node-opcua-certificate-manager": "^2.5.0-alpha.10", | ||
"node-opcua-chunkmanager": "^2.5.0-alpha.10", | ||
"node-opcua-common": "^2.5.0-alpha.10", | ||
"node-opcua-certificate-manager": "^2.5.0-alpha.11", | ||
"node-opcua-chunkmanager": "^2.5.0-alpha.11", | ||
"node-opcua-common": "^2.5.0-alpha.11", | ||
"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.10", | ||
"node-opcua-factory": "^2.5.0-alpha.11", | ||
"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.10", | ||
"node-opcua-service-secure-channel": "^2.5.0-alpha.10", | ||
"node-opcua-packet-analyzer": "^2.5.0-alpha.11", | ||
"node-opcua-service-secure-channel": "^2.5.0-alpha.11", | ||
"node-opcua-status-code": "^2.5.0-alpha.4", | ||
"node-opcua-transport": "^2.5.0-alpha.10", | ||
"node-opcua-types": "^2.5.0-alpha.10", | ||
"node-opcua-utils": "^2.5.0-alpha.6", | ||
"node-opcua-transport": "^2.5.0-alpha.11", | ||
"node-opcua-types": "^2.5.0-alpha.11", | ||
"node-opcua-utils": "^2.5.0-alpha.11", | ||
"underscore": "^1.9.2" | ||
@@ -44,6 +44,6 @@ }, | ||
"node-opcua-packet-analyzer": "^2.4.0", | ||
"node-opcua-service-browse": "^2.5.0-alpha.10", | ||
"node-opcua-service-endpoints": "^2.5.0-alpha.10", | ||
"node-opcua-service-read": "^2.5.0-alpha.10", | ||
"node-opcua-service-session": "^2.5.0-alpha.10", | ||
"node-opcua-service-browse": "^2.5.0-alpha.11", | ||
"node-opcua-service-endpoints": "^2.5.0-alpha.11", | ||
"node-opcua-service-read": "^2.5.0-alpha.11", | ||
"node-opcua-service-session": "^2.5.0-alpha.11", | ||
"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": "1428f09853a22bf736c35cba36744511298bb62c" | ||
"gitHead": "7b9ace456702cd8e98bfbb8d31987835734a1e61" | ||
} |
@@ -1591,4 +1591,4 @@ /** | ||
/* istanbul ignore next */ | ||
if (doDebug) { | ||
debugLog(chalk.yellow.bold("------------------------------------- Client Sending a request "), | ||
if (doTraceRequestContent) { | ||
console.log(chalk.yellow.bold("------------------------------------- Client Sending a request "), | ||
request.constructor.name, | ||
@@ -1598,6 +1598,6 @@ "h=", request.requestHeader.requestHandle, | ||
" securityToken=", this.securityToken! ? this.securityToken!.tokenId : "x"); | ||
if (doTraceRequestContent) { | ||
console.log(request.toString()); | ||
} | ||
} | ||
if (doTraceRequestContent) { | ||
console.log(request.toString()); | ||
} | ||
@@ -1604,0 +1604,0 @@ const security_options = (msgType === "OPN") ? this._get_security_options_for_OPN() : this._get_security_options_for_MSG(); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { assert } from "node-opcua-assert"; |
@@ -0,0 +0,0 @@ import * as fs from "fs"; |
@@ -0,0 +0,0 @@ export * from "./fake_message_chunk_factory"; |
@@ -0,0 +0,0 @@ // tslint:disable:no-console |
@@ -0,0 +0,0 @@ import * as fs from "fs"; |
@@ -0,0 +0,0 @@ // tslint:disable:no-console |
Sorry, the diff of this file is not supported yet
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
513954