infusion / node-dhcp

A DHCP server and client written in pure JavaScript
https://raw.org/article/a-pure-javascript-dhcp-implementation/
MIT License
299 stars 75 forks source link

Refactor variable interface #67

Closed gmicek closed 4 years ago

gmicek commented 4 years ago

Some NodeJS versions do not support the term "interface" as a variable as it is a reserved keyword.

Specifically Node 6.9.5 does not support this version.

This change removes the "interface" variable name and replaces it with "intf"

gmicek commented 4 years ago

Hey all,

I'm trying to deploy something to our production environment running on Node 6.9.5 (we have plans to update but can't currently). Any chance you all could publish a new patch version to npm for this change?

Thanks much!

infusion commented 4 years ago

Thanks Greg for this fix, the new release will come in a couple minutes

gmicek commented 4 years ago

@infusion thank you tons for the fast response! Really, really appreciate it

infusion commented 4 years ago

v0.2.20 is live :)

gmicek commented 4 years ago

Thanks! already shipping on our side. Fastest github response I've ever received, thank you @infusion !