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.12 to 0.2.13

4

lib/dhcp.js

@@ -62,3 +62,3 @@ /**

var self = this;
var sock = dgram.createSocket('udp4');
var sock = dgram.createSocket({type: 'udp4', reuseAddr: true});

@@ -486,3 +486,3 @@ sock.on('message', function(buf) {

var self = this;
var sock = dgram.createSocket('udp4');
var sock = dgram.createSocket({type: 'udp4', reuseAddr: true});

@@ -489,0 +489,0 @@ sock.on('message', function(buf) {

{
"name": "dhcp",
"title": "dhcp",
"version": "0.2.12",
"version": "0.2.13",
"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