Comparing version 0.2.19 to 0.2.20
/** | ||
* @license DHCP.js v0.2.19 28/06/2017 | ||
* @license DHCP.js v0.2.20 28/06/2017 | ||
* http://www.xarg.org/2017/06/a-pure-javascript-dhcp-implementation/ | ||
@@ -598,4 +598,4 @@ * | ||
for (let interface in interfaces) { | ||
const addresses = interfaces[interface]; | ||
for (let intf in interfaces) { | ||
const addresses = interfaces[intf]; | ||
for (let address in addresses) { | ||
@@ -602,0 +602,0 @@ if (addresses[address].family === 'IPv4' && !addresses[address].internal) { |
/** | ||
* @license DHCP.js v0.2.19 28/06/2017 | ||
* @license DHCP.js v0.2.20 28/06/2017 | ||
* http://www.xarg.org/2017/06/a-pure-javascript-dhcp-implementation/ | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* @license DHCP.js v0.2.19 28/06/2017 | ||
* @license DHCP.js v0.2.20 28/06/2017 | ||
* http://www.xarg.org/2017/06/a-pure-javascript-dhcp-implementation/ | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "dhcp", | ||
"title": "dhcp", | ||
"version": "0.2.19", | ||
"version": "0.2.20", | ||
"homepage": "https://github.com/infusion/node-dhcp", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79600