All notable changes to this project will be documented here. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- support passing in an
arpPath
option to override the arp binary used (#59)
⚠ BREAKING CHANGES
- switch to using an option object for the
find
api (#59)
- flag to skip name resolution (#24)
- support passing ip ranges to the
find
api (#24)
⚠ BREAKING CHANGES
- dropping Node v8 support because end-of-life [#18]
- increase
maxBuffer
ofcp.exec
to 10MB (1024102410), fixes #10 - fix: add timeout options when exec arp (#13)
- Fixed win32 parser for better windows support (#9)
- validate ip address before executing command for 'find' (#16)
- Support for Raspberry Pi (Linux)
- Partial support for windows
- Jest test suite and tests for Linux and other platforms
- with Travis CI integration
- fixed npm module versions in package.json
- fixed node version to v8.14.1