New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

net-snmp

Package Overview
Dependencies
Maintainers
1
Versions
157
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 1.1.4 to 1.1.5

2

index.js

@@ -981,3 +981,3 @@

var me = this;
req.dgram = dgram.createSocket ("udp4");
req.dgram = dgram.createSocket (this.transport);
req.dgram.on ("message", me.onMsg.bind (me, req));

@@ -984,0 +984,0 @@

{
"name": "net-snmp",
"version": "1.1.4",
"version": "1.1.5",
"description": "JavaScript implementation of the Simple Network Management Protocol (SNMP)",

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

@@ -1009,2 +1009,6 @@

## Version 1.1.5 - 05/02/2013
* The `transport` option to `createSession()` was not used
# Roadmap

@@ -1014,4 +1018,2 @@

* Support fetching specific columns in the `table()` method
* Extensible SNMP agent
* SNMP version 3

@@ -1018,0 +1020,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc