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.0 to 0.2.1

2

lib/dhcp.js

@@ -130,3 +130,3 @@

// If the option has an "enum" attribute:
if (key !== 'range' && Options.opts[optId].enum) {
if (key !== 'range' && key !== 'static' && key !== 'randomIP' && Options.opts[optId].enum) {
var values = Options.opts[optId].enum;

@@ -133,0 +133,0 @@ console.log(values)

{
"name": "dhcp",
"title": "dhcp",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/infusion/node-dhcp",
"bugs": "https://github.com/infusion/node-dhcp/issues",
"bugs": {
"url": "https://github.com/infusion/node-dhcp/issues"
},
"description": "A DHCP server written in JavaScript",

@@ -21,7 +23,10 @@ "keywords": [

"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
"main": "dhcp",
"main": "dhcp.js",
"private": false,
"readmeFilename": "README.md",
"directories": {
"example": "examples"
"example": "./examples",
"bin": "./bin",
"lib": "./lib",
"test": "./tests"
},

@@ -28,0 +33,0 @@ "license": "MIT OR GPL-2.0",

![node-dhcp](https://github.com/infusion/node-dhcp/blob/master/res/logo.png?raw=true "JavaScript DHCP Server")
[![NPM Package](https://img.shields.io/npm/v/dhcp.svg?style=flat)](https://npmjs.org/package/dhcp "View this project on npm")
[![Build Status](https://travis-ci.org/infusion/node-dhcp.svg?branch=master)](https://travis-ci.org/infusion/node-dhcp)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
node-dhcp is a RFC compliant DHCP client and server implementation on top of node.js.

@@ -5,0 +9,0 @@

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