network-list
network-list copied to clipboard
List all network devices with hostname and vendor
Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Does this actually work with async await ?
I'm trying to use it into a ReactNative project but an error related to 'dns' module is raised. ```Error: Unable to resolve module `dns` from `node_modules/network-list/lib/index.js`: dns could not be...
Hello there ! Great module. I was wondering if You can provide a function which returns an array containing only the alive hosts, or if you can help me with...
Scanning seems to work on Mac, but when testing on Ubuntu, I get this error: ``` node_modules/network-list/lib/index.js:45 result.mac = mac.replace(/:([^:]{1}):/g, ':0$1:'); ^ TypeError: Cannot read property 'replace' of undefined at...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...