node-opcua-variant
Advanced tools
Comparing version 2.133.0 to 2.134.0
@@ -360,3 +360,3 @@ "use strict"; | ||
/* istanbul ignore next */ | ||
if (options.value.length !== calculate_product(options.dimensions)) { | ||
if (options.value.length != 0 && options.value.length !== calculate_product(options.dimensions)) { | ||
throw new Error("Matrix Variant : invalid value size = options.value.length " + | ||
@@ -363,0 +363,0 @@ options.value.length + |
{ | ||
"name": "node-opcua-variant", | ||
"version": "2.133.0", | ||
"version": "2.134.0", | ||
"description": "pure nodejs OPCUA SDK - module variant", | ||
@@ -16,7 +16,7 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.133.0", | ||
"node-opcua-basic-types": "2.134.0", | ||
"node-opcua-binary-stream": "2.133.0", | ||
"node-opcua-data-model": "2.133.0", | ||
"node-opcua-data-model": "2.134.0", | ||
"node-opcua-enum": "2.133.0", | ||
"node-opcua-factory": "2.133.0", | ||
"node-opcua-factory": "2.134.0", | ||
"node-opcua-nodeid": "2.133.0", | ||
@@ -26,10 +26,10 @@ "node-opcua-utils": "2.133.0" | ||
"devDependencies": { | ||
"@types/lodash": "4.17.9", | ||
"@types/underscore": "^1.11.15", | ||
"@types/lodash": "4.17.13", | ||
"@types/underscore": "^1.13.0", | ||
"lodash": "4.17.21", | ||
"node-opcua-benchmarker": "2.133.0", | ||
"node-opcua-debug": "2.133.0", | ||
"node-opcua-extension-object": "2.133.0", | ||
"node-opcua-numeric-range": "2.133.0", | ||
"node-opcua-packet-analyzer": "2.133.0", | ||
"node-opcua-extension-object": "2.134.0", | ||
"node-opcua-numeric-range": "2.134.0", | ||
"node-opcua-packet-analyzer": "2.134.0", | ||
"node-opcua-status-code": "2.133.0" | ||
@@ -52,3 +52,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be", | ||
"files": [ | ||
@@ -55,0 +55,0 @@ "dist", |
@@ -446,3 +446,3 @@ /** | ||
/* istanbul ignore next */ | ||
if (options.value.length !== calculate_product(options.dimensions)) { | ||
if (options.value.length != 0 && options.value.length !== calculate_product(options.dimensions)) { | ||
throw new Error( | ||
@@ -449,0 +449,0 @@ "Matrix Variant : invalid value size = options.value.length " + |
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
139089
+ Added@types/long@4.0.0(transitive)
+ Addedlong@4.0.0(transitive)
+ Addednode-opcua-basic-types@2.134.0(transitive)
+ Addednode-opcua-data-model@2.134.0(transitive)
+ Addednode-opcua-date-time@2.134.0(transitive)
+ Addednode-opcua-factory@2.134.0(transitive)
- Removedlong@5.2.3(transitive)
- Removednode-opcua-basic-types@2.133.0(transitive)
- Removednode-opcua-data-model@2.133.0(transitive)
- Removednode-opcua-date-time@2.133.0(transitive)
- Removednode-opcua-factory@2.133.0(transitive)
Updatednode-opcua-factory@2.134.0