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.10 to 0.2.11

LICENSE

4

lib/dhcp.js
/**
* @license DHCP.js v0.2.10 28/06/2017
* @license DHCP.js v0.2.11 28/06/2017
* http://www.xarg.org/2017/06/a-pure-javascript-dhcp-implementation/

@@ -926,3 +926,3 @@ *

module.exports = {
exports.DHCP = exports.default = module.exports = {
createServer: function(opt) {

@@ -929,0 +929,0 @@ return new Server(opt);

/**
* @license DHCP.js v0.2.10 28/06/2017
* @license DHCP.js v0.2.11 28/06/2017
* http://www.xarg.org/2017/06/a-pure-javascript-dhcp-implementation/

@@ -4,0 +4,0 @@ *

/**
* @license DHCP.js v0.2.10 28/06/2017
* @license DHCP.js v0.2.11 28/06/2017
* http://www.xarg.org/2017/06/a-pure-javascript-dhcp-implementation/

@@ -19,3 +19,3 @@ *

this._data = buf || new Buffer(len || 1500).fill(0);
this._data = buf || new Buffer.alloc(len || 1500); // alloc() fills the buffer with '0'
}

@@ -22,0 +22,0 @@

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