New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

m77-raspberry-wifi-node-nmcli

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m77-raspberry-wifi-node-nmcli - npm Package Compare versions

Comparing version

to
1.7.1

2

package.json
{
"name": "m77-raspberry-wifi-node-nmcli",
"version": "1.7.0",
"version": "1.7.1",
"description": "Module in nodejs to configure Wifi connections on Raspberry Pi (managed by nmcli)",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -458,3 +458,3 @@ class M77RaspberryWIFI {

const scanned = await this.#nmcli(`device wifi list ifname ${this.#device} --rescan no`)
const scanned = await this.#nmcli(`device wifi list ifname ${this.#device} --rescan yes`)
if (scanned === false) { resolve({ success: false, code: 2031, msg: `It was not possible to obtain the list of the scanned Wi-Fi networks in inteface`, data: { device: this.#device } }); return false }

@@ -461,0 +461,0 @@