mysql-robin
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -133,2 +133,4 @@ var IEEE_754_BINARY_64_PRECISION = Math.pow(2, 53); | ||
if (byte === undefined) return null; | ||
if (byte <= 251) { | ||
@@ -135,0 +137,0 @@ return (byte === 251) |
@@ -5,3 +5,3 @@ { | ||
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "" |
169064
4071