
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
List nearby wifi networks
npm install wifi-list
var wifi = require('wifi-list')
wifi(function (err, list) {
if (err) throw err
console.log(list)
})
Running the above will list nearby wifi networks.
[ { name: 'HomeBox-8C4D',
bssid: '7c:03:d8:c9:8c:53',
channel: 6,
signal: -88,
highThroughputMode: true,
countryCode: 'DK',
security: 'WPA2' },
{ name: 'gudme_5GHz',
bssid: 'a4:2b:8c:8d:03:2b',
channel: 112,
signal: -93,
highThroughputMode: true,
countryCode: 'DE',
security: 'WPA2' },
{ name: 'Riccos Staff',
bssid: '38:f8:89:b0:37:75',
channel: 100,
signal: -64,
highThroughputMode: true,
countryCode: 'DE',
security: 'WPA2' },
{ name: 'HUAWEI-E5730-AC13',
bssid: '0c:96:bf:b3:ac:13',
channel: 6,
signal: -77,
highThroughputMode: true,
countryCode: null,
security: 'WPA2' },
{ name: 'CHFInet',
bssid: 'c0:ff:d4:84:64:70',
channel: 3,
signal: -69,
highThroughputMode: true,
countryCode: null,
security: 'WPA2' },
{ name: 'gudme',
bssid: 'a4:2b:8c:8d:03:2a',
channel: 1,
signal: -86,
highThroughputMode: true,
countryCode: null,
security: 'WPA2' },
{ name: 'Riccos',
bssid: '38:f8:89:b0:37:73',
channel: 9,
signal: -73,
highThroughputMode: true,
countryCode: null,
security: 'WPA2' } ]
MIT
FAQs
List nearby wifi networks
The npm package wifi-list receives a total of 10 weekly downloads. As such, wifi-list popularity was classified as not popular.
We found that wifi-list 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.