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.8 to 0.2.9

8

bin/dhcpd-cli.js

@@ -14,6 +14,2 @@ #!/usr/bin/env node

dhcp.on('bound', function(state) {
console.log(state);
});
for (var arg in argv) {

@@ -46,2 +42,6 @@ if (arg === '_') {

server.on('bound', function(state) {
console.log(state);
});
server.listen();

@@ -356,3 +356,3 @@ /**

handleRequest: function(req) {
console.log('Handle Request', req);
//console.log('Handle Request', req);

@@ -359,0 +359,0 @@ var lease = this._state[req.chaddr] = this._state[req.chaddr] || new Lease;

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