node-opcua-factory
Advanced tools
Comparing version 2.37.0 to 2.40.0
@@ -413,2 +413,8 @@ "use strict"; | ||
const value = self[field.name]; | ||
if (typeof field.switchValue === "number") { | ||
// skip | ||
if (self["switchField"] !== field.switchValue) { | ||
continue; | ||
} | ||
} | ||
if (field.isArray) { | ||
@@ -415,0 +421,0 @@ const cursorBefore = stream.length; |
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.37.0", | ||
"version": "2.40.0", | ||
"description": "pure nodejs OPCUA SDK - module -factory", | ||
@@ -16,10 +16,10 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.37.0", | ||
"node-opcua-basic-types": "2.37.0", | ||
"node-opcua-binary-stream": "2.37.0", | ||
"node-opcua-debug": "2.37.0", | ||
"node-opcua-enum": "2.37.0", | ||
"node-opcua-guid": "2.37.0", | ||
"node-opcua-nodeid": "2.37.0", | ||
"node-opcua-status-code": "2.37.0", | ||
"node-opcua-utils": "2.37.0" | ||
"node-opcua-basic-types": "2.40.0", | ||
"node-opcua-binary-stream": "2.40.0", | ||
"node-opcua-debug": "2.40.0", | ||
"node-opcua-enum": "2.40.0", | ||
"node-opcua-guid": "2.40.0", | ||
"node-opcua-nodeid": "2.40.0", | ||
"node-opcua-status-code": "2.40.0", | ||
"node-opcua-utils": "2.40.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "271015f5027020dc765b9473501935b548fb855c" | ||
"gitHead": "7315be805cf4ec57a575ca4ef1e1949f6d63ca49" | ||
} |
@@ -467,2 +467,8 @@ /** | ||
if (typeof field.switchValue === "number" ) { | ||
// skip | ||
if (self["switchField"] !== field.switchValue) { | ||
continue; | ||
} | ||
} | ||
if (field.isArray) { | ||
@@ -469,0 +475,0 @@ const cursorBefore = stream.length; |
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
237263
4374
+ Addednode-opcua-basic-types@2.40.0(transitive)
+ Addednode-opcua-binary-stream@2.40.0(transitive)
+ Addednode-opcua-buffer-utils@2.40.0(transitive)
+ Addednode-opcua-date-time@2.40.0(transitive)
+ Addednode-opcua-debug@2.40.0(transitive)
+ Addednode-opcua-enum@2.40.0(transitive)
+ Addednode-opcua-guid@2.40.0(transitive)
+ Addednode-opcua-nodeid@2.40.0(transitive)
+ Addednode-opcua-status-code@2.40.0(transitive)
+ Addednode-opcua-utils@2.40.0(transitive)
- Removednode-opcua-basic-types@2.37.0(transitive)
- Removednode-opcua-binary-stream@2.37.0(transitive)
- Removednode-opcua-buffer-utils@2.37.0(transitive)
- Removednode-opcua-date-time@2.37.0(transitive)
- Removednode-opcua-debug@2.37.0(transitive)
- Removednode-opcua-enum@2.37.0(transitive)
- Removednode-opcua-guid@2.37.0(transitive)
- Removednode-opcua-nodeid@2.37.0(transitive)
- Removednode-opcua-status-code@2.37.0(transitive)
- Removednode-opcua-utils@2.37.0(transitive)
Updatednode-opcua-debug@2.40.0
Updatednode-opcua-enum@2.40.0
Updatednode-opcua-guid@2.40.0
Updatednode-opcua-nodeid@2.40.0
Updatednode-opcua-utils@2.40.0