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
2
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 3.9.4 to 3.9.5

4

lib/mib.js

@@ -367,3 +367,3 @@ var fs = require('fs');

Object[Symbols[i - 2]]['ModuleName'] = ModuleName;
Object[Symbols[i - 2]]['OBJECT IDENTIFIER'] = Symbols[i + 1].replace("{", "").replace("}", "").trim();
Object[Symbols[i - 2]]['OBJECT IDENTIFIER'] = Symbols[i + 1].replace("{", "").replace("}", "").trim().replace(/\s+/, " ");
if (Object[Symbols[i - 2]]['OBJECT IDENTIFIER'] == '0 0') {

@@ -528,3 +528,3 @@ Object[Symbols[i - 2]]['OID'] = '0.0';

Object[Symbols[r - 1]]['ModuleName'] = ModuleName;
Object[Symbols[r - 1]]['OBJECT IDENTIFIER'] = Symbols[i + 1].replace("{", "").replace("}", "").trim();
Object[Symbols[r - 1]]['OBJECT IDENTIFIER'] = Symbols[i + 1].replace("{", "").replace("}", "").trim().replace(/\s+/, " ");

@@ -531,0 +531,0 @@ if (Object[Symbols[r - 1]]['OBJECT IDENTIFIER'] == '0 0') {

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

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

Sorry, the diff of this file is too big to display

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