plcpeople / nodepccc

Library for node.js to communicate with some Allen-Bradley programmable controllers (PLCs)
MIT License
81 stars 24 forks source link

Fix #21: Remove dependency of underscore library #22

Closed gfcittolin closed 6 years ago

gfcittolin commented 6 years ago

Fixes #21 by removing the dependency on underscore by replacing the array checks with javascript's built-in Array.isArray()