node-opcua-basic-types
Advanced tools
Comparing version 0.4.0 to 0.4.2
{ | ||
"name": "node-opcua-basic-types", | ||
"version": "0.4.0", | ||
"version": "0.4.2", | ||
"description": "pure nodejs OPCUA SDK - module -basic-types", | ||
@@ -9,14 +9,14 @@ "main": "index.js", | ||
"node-opcua-assert": "^0.4.0", | ||
"node-opcua-binary-stream": "^0.4.0", | ||
"node-opcua-buffer-utils": "^0.4.0", | ||
"node-opcua-date-time": "^0.4.0", | ||
"node-opcua-enum": "^0.4.0", | ||
"node-opcua-binary-stream": "^0.4.2", | ||
"node-opcua-buffer-utils": "^0.4.2", | ||
"node-opcua-date-time": "^0.4.2", | ||
"node-opcua-enum": "^0.4.2", | ||
"node-opcua-guid": "^0.4.0", | ||
"node-opcua-nodeid": "^0.4.0", | ||
"node-opcua-status-code": "^0.4.0", | ||
"node-opcua-utils": "^0.4.0", | ||
"underscore": "^1.9.0" | ||
"node-opcua-nodeid": "^0.4.2", | ||
"node-opcua-status-code": "^0.4.2", | ||
"node-opcua-utils": "^0.4.2", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-debug": "^0.4.0", | ||
"node-opcua-debug": "^0.4.2", | ||
"should": "13.2.1" | ||
@@ -23,0 +23,0 @@ }, |
@@ -224,2 +224,6 @@ "use strict"; | ||
} | ||
if(value.hasOwnProperty("value")) { | ||
assert(value.constructor.name === "EnumItem"); | ||
return parseInt(value.value); | ||
} | ||
return parseInt(value, 10); | ||
@@ -226,0 +230,0 @@ }; |
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
55871
1360
Updatednode-opcua-date-time@^0.4.2
Updatednode-opcua-enum@^0.4.2
Updatednode-opcua-nodeid@^0.4.2
Updatednode-opcua-utils@^0.4.2
Updatedunderscore@^1.9.1