node-opcua-secure-channel
Advanced tools
Comparing version 2.6.1 to 2.6.2
{ | ||
"name": "node-opcua-secure-channel", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "pure nodejs OPCUA SDK - module -secure-channel", | ||
@@ -69,3 +69,3 @@ "main": "./dist/source/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "15f0c0f83232fc63310dc04fea187048c7a01e4b" | ||
"gitHead": "b112991c16a119b082e3adb15d9b9fe6ebfa961f" | ||
} |
@@ -99,3 +99,3 @@ // tslint:disable:no-console | ||
const msg = " MockServerTransport has no more packets to send to client to" + | ||
" emulate server responses.... "; | ||
" emulate server responses.... "; | ||
console.log(chalk.red.bold(msg)); | ||
@@ -102,0 +102,0 @@ console.log(chalk.blue.bold(hexDump(data))); |
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
539232