![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
device-discovery
Advanced tools
Discover devices on your local network.
npm install device-discovery
const discovery = require('device-discovery')
({ type: 'ICMP', iface: 'WiFi' })
discovery.on('device', console.log)
// => 192.168.0.20
// 192.168.0.31
// ...
discovery.on('done', () =>
console.log('Done!'))
require('device-discovery')(options)
<Object>
<String>
: default = ICMP
; the protocol used for device discovery, one of ICMP
or TCP
<String>
: default = WiFi
; the interface on which to scan for devices<Number>
: default = 2
; the start of the range of hosts to be scanned<Number>
: default = 254
; the end of the range of hosts to be scanned<Number>
: default = 1
; the port to be scanned (TCP
only)<Number>
: default = 3000
; the timeout after which the scan of a host will be considered a miss<Number>
: default = 0
; the number of retries for pinning a host (ICMP
only)<Boolean>
: default = true
; whether to exclude the device the discovery is run on<Error>
if the interface cannot be found or the type is unknown<EventEmitter>
with the following events:
<String>
: the IPv4 address of the device found()
: if the discovery is doneWTFPL – Do What the F*ck You Want to Public License.
Made with :heart: by @MarkTiedemann.
FAQs
Discover devices on your local network.
The npm package device-discovery receives a total of 0 weekly downloads. As such, device-discovery popularity was classified as not popular.
We found that device-discovery demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.