node-opcua-binary-stream
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
@@ -10,3 +10,3 @@ "main": "src/binaryStream.js", | ||
"dependencies": { | ||
"colors": "^1.1.2", | ||
"colors": "^1.2.1", | ||
"node-opcua-assert": "^0.2.0", | ||
@@ -13,0 +13,0 @@ "node-opcua-buffer-utils": "^0.2.0" |
@@ -375,2 +375,3 @@ "use strict"; | ||
/** | ||
* @function calculateByteLength | ||
* calculate the size in bytes of a utf8 string | ||
@@ -377,0 +378,0 @@ * @param str {String} |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
30837
733
Updatedcolors@^1.2.1