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.14 to 0.2.15

5

lib/dhcp.js

@@ -217,6 +217,7 @@ /**

// Add numeric options right away and look up alias names
let id;
if (isNaN(option)) {
const id = Options.conf[option];
id = Options.conf[option];
} else {
const id = option;
id = option;
}

@@ -223,0 +224,0 @@

2

package.json
{
"name": "dhcp",
"title": "dhcp",
"version": "0.2.14",
"version": "0.2.15",
"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