🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

net-snmp

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net-snmp - npm Package Compare versions

Comparing version

to
1.1.19

0

example/cisco-device-inventory.js

@@ -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 @@

7

index.js

@@ -246,6 +246,2 @@

if (value.length > 8)
throw new RequestInvalidError ("64 bit unsigned integer too long '"
+ value.length + "'");
return value;

@@ -328,5 +324,2 @@ }

function writeUint64 (buffer, value) {
if (value.length > 8)
throw new RequestInvalidError ("64 bit unsigned integer too long '"
+ value.length + "'");
buffer.writeBuffer (value, ObjectType.Counter64);

@@ -333,0 +326,0 @@ }

2

package.json
{
"name": "net-snmp",
"version": "1.1.18",
"version": "1.1.19",
"description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1248,2 +1248,7 @@

## Version 1.1.19 - 26/08/2016
* Remove 64bit integer check to ensure a maximum of 8 bytes are given in send
and received messages
# Roadmap

@@ -1250,0 +1255,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