Comparing version 1.2.1 to 1.2.2
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -617,5 +617,5 @@ | ||
if (bitSize === 16) { | ||
return Math.floor(Math.random() * 0x10000); | ||
return Math.floor(Math.random() * 10000) % 65535; | ||
} | ||
return Math.floor(Math.random() * 0x100000000); | ||
return Math.floor(Math.random() * 100000000) % 4294967295; | ||
} | ||
@@ -622,0 +622,0 @@ |
{ | ||
"name": "net-snmp", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1272,2 +1272,7 @@ | ||
## Version 1.2.2 - 01/02/2018 | ||
* The _generateId() function randomly returns negative ID's resulting in | ||
response parsing issues and timeouts | ||
# Roadmap | ||
@@ -1274,0 +1279,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1313
629105