dev-ip
dev-ip copied to clipboard
Find a suitable IP host to view local websites on
I use browser-sync which use your code as a dependency. When I transpile my code with babel6 a get this error: browser-sync/node_modules/dev-ip/lib/dev-ip.js: 'return' outside of function (41:8) ``` javascript 39...
Bonjour! I use browser-sync, which uses this code as a dependency. I recently updated to node 18.0.0 without second thought and started getting the following error, where there was no...
Prevent all file from being published to npm. Before: ``` npm notice 📦 [email protected] npm notice === Tarball Contents === npm notice 436B .jshintrc npm notice 526B test/.jshintrc npm notice...
Add optional functionality to get extended results and/or restrict to specific specified interfaces.
This is useful for example to filter out unwanted interfaces from results (e.g. VPNs, virtual ones from VMs, ...).
https://docs.npmjs.com/cli/v10/configuring-npm/package-json?v=true#license ```json // Not valid metadata { "licenses" : [ { "type": "MIT", "url": "https://www.opensource.org/licenses/mit-license.php" }, { "type": "Apache-2.0", "url": "https://opensource.org/licenses/apache2.0.php" } ] } ``` Needs to be a single...