node-opcua-basic-types
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "node-opcua-basic-types", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "pure nodejs OPCUA SDK - module -basic-types", | ||
@@ -9,14 +9,14 @@ "main": "index.js", | ||
"node-opcua-assert": "^0.7.0", | ||
"node-opcua-binary-stream": "^0.7.2", | ||
"node-opcua-buffer-utils": "^0.7.2", | ||
"node-opcua-date-time": "^0.7.2", | ||
"node-opcua-binary-stream": "^0.7.3", | ||
"node-opcua-buffer-utils": "^0.7.3", | ||
"node-opcua-date-time": "^0.7.3", | ||
"node-opcua-enum": "^0.7.2", | ||
"node-opcua-guid": "^0.7.0", | ||
"node-opcua-nodeid": "^0.7.2", | ||
"node-opcua-status-code": "^0.7.2", | ||
"node-opcua-utils": "^0.7.2", | ||
"node-opcua-status-code": "^0.7.3", | ||
"node-opcua-utils": "^0.7.3", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-debug": "^0.7.2", | ||
"node-opcua-debug": "^0.7.3", | ||
"should": "13.2.3" | ||
@@ -39,3 +39,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a5ddc66431798b11b845c22dca057b480a93f445" | ||
"gitHead": "e7ed2b6dc6c717c8d42d0bbd07018414dfc00b6e" | ||
} |
@@ -226,3 +226,3 @@ "use strict"; | ||
assert(value.constructor.name === "EnumItem"); | ||
return parseInt(value.value); | ||
return parseInt(value.value, 10); | ||
} | ||
@@ -229,0 +229,0 @@ return parseInt(value, 10); |
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
55931
Updatednode-opcua-date-time@^0.7.3
Updatednode-opcua-utils@^0.7.3