node-opcua-extension-object
Advanced tools
Comparing version 2.113.0 to 2.114.0
@@ -174,3 +174,3 @@ "use strict"; | ||
debugLog(chalk_1.default.bgWhiteBright.red("=========================================")); | ||
warningLog("WARNING => decodeExtensionObject: Extension object decoding error on ", object === null || object === void 0 ? void 0 : object.constructor.name, " expected size was", length, "but only this amount of bytes have been read :", stream.length - streamLengthBefore, "\n encoding nodeId = ", nodeId.toString(), "encodingType = ", encodingType); | ||
warningLog("WARNING => decodeExtensionObject: Extension object decoding error on ", object?.constructor.name, " expected size was", length, "but only this amount of bytes have been read :", stream.length - streamLengthBefore, "\n encoding nodeId = ", nodeId.toString(), "encodingType = ", encodingType); | ||
stream.length = streamLengthBefore + length; | ||
@@ -177,0 +177,0 @@ } |
{ | ||
"name": "node-opcua-extension-object", | ||
"version": "2.113.0", | ||
"version": "2.114.0", | ||
"description": "pure nodejs OPCUA SDK - module extension-object", | ||
@@ -16,7 +16,7 @@ "main": "./dist/index.js", | ||
"chalk": "4.1.2", | ||
"node-opcua-basic-types": "2.113.0", | ||
"node-opcua-binary-stream": "2.110.0", | ||
"node-opcua-debug": "2.113.0", | ||
"node-opcua-factory": "2.113.0", | ||
"node-opcua-nodeid": "2.113.0" | ||
"node-opcua-basic-types": "2.114.0", | ||
"node-opcua-binary-stream": "2.114.0", | ||
"node-opcua-debug": "2.114.0", | ||
"node-opcua-factory": "2.114.0", | ||
"node-opcua-nodeid": "2.114.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"gitHead": "358d284a696c88e383eedac1ab75d950fb28ec35", | ||
"files": [ | ||
@@ -41,0 +41,0 @@ "dist", |
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
26790
+ Addednode-opcua-basic-types@2.114.0(transitive)
+ Addednode-opcua-binary-stream@2.114.0(transitive)
+ Addednode-opcua-buffer-utils@2.114.0(transitive)
+ Addednode-opcua-constants@2.114.0(transitive)
+ Addednode-opcua-date-time@2.114.0(transitive)
+ Addednode-opcua-debug@2.114.0(transitive)
+ Addednode-opcua-enum@2.114.0(transitive)
+ Addednode-opcua-factory@2.114.0(transitive)
+ Addednode-opcua-nodeid@2.114.0(transitive)
+ Addednode-opcua-status-code@2.114.0(transitive)
+ Addednode-opcua-utils@2.114.0(transitive)
- Removednode-opcua-basic-types@2.113.0(transitive)
- Removednode-opcua-binary-stream@2.110.0(transitive)
- Removednode-opcua-buffer-utils@2.110.0(transitive)
- Removednode-opcua-constants@2.98.1(transitive)
- Removednode-opcua-date-time@2.113.0(transitive)
- Removednode-opcua-debug@2.113.0(transitive)
- Removednode-opcua-enum@2.110.0(transitive)
- Removednode-opcua-factory@2.113.0(transitive)
- Removednode-opcua-nodeid@2.113.0(transitive)
- Removednode-opcua-status-code@2.110.0(transitive)
- Removednode-opcua-utils@2.110.0(transitive)
Updatednode-opcua-debug@2.114.0
Updatednode-opcua-factory@2.114.0
Updatednode-opcua-nodeid@2.114.0