Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dhcp

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhcp - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

lib/dhcp.js

@@ -464,2 +464,7 @@

if (buf.length < Protocol.MIN_BUFFER_LENGTH) {
self.emit('error', new Error('Malformed packet'), buf);
return;
}
var req = Protocol.parse(buf);

@@ -466,0 +471,0 @@

2

lib/protocol.js

@@ -5,2 +5,4 @@

module.exports = {
MIN_BUFFER_LENGTH: 230, // 230 byte minimum length of DHCP packet

@@ -7,0 +9,0 @@ parse: function (buf) {

2

package.json
{
"name": "dhcp",
"title": "dhcp",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/infusion/node-dhcp",

@@ -6,0 +6,0 @@ "bugs": {

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