node-opcua-numeric-range
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "node-opcua-numeric-range", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "pure nodejs OPCUA SDK - module -numeric-range", | ||
@@ -13,12 +13,12 @@ "main": "src/numeric_range.js", | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.1", | ||
"node-opcua-enum": "^0.2.0", | ||
"node-opcua-factory": "^0.2.0", | ||
"node-opcua-status-code": "^0.2.0", | ||
"node-opcua-factory": "^0.2.1", | ||
"node-opcua-status-code": "^0.2.1", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.2.0", | ||
"node-opcua-generator": "^0.2.1", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-packet-analyzer": "^0.2.0", | ||
"node-opcua-packet-analyzer": "^0.2.1", | ||
"node-opcua-test-helpers": "^0.2.0", | ||
@@ -25,0 +25,0 @@ "should": "13.2.1" |
@@ -468,6 +468,6 @@ /* global NumericRange*/ | ||
/** | ||
* | ||
* @method extract_values | ||
* @param array {Array<Any>} flat array containing values | ||
* @param [dimensions = null ]{Array<Number>} dimension of the matrix if data is a matrix | ||
* @returns {*} | ||
* @return {*} | ||
*/ | ||
@@ -474,0 +474,0 @@ NumericRange.prototype.extract_values = function (array, dimensions) { |
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
21925
4
496
Updatednode-opcua-factory@^0.2.1