
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
react-native-pk-wifi-manager
Advanced tools
This npm supports both Android and iOS.
$ npm i react-native-pk-wifi-manager
#ACCESS_FINE_LOCATION permission: You must request the ACCESS_FINE_LOCATION permission at runtime to use the device's Wi-Fi scanning and managing capabilities. In order to accomplish this, you can use the PermissionsAndroid API or React Native Permissions.
=>install pod
=>Add Hotspot,Location permissons in your app
import MyWifiModule from 'react-native-pk-wifi-manager';
//Scan list of wifi
MyWifiModule.getAvailableWifiNetworks(true)
.then(networks => {
})
.catch(error => {
});
//connect with ssid and password method
MyWifiModule.connectToWifi('ssid', 'password',true)
.then(() => {
})
.catch(error => {
});
//Disconnect wifi method
MyWifiModule.disconnectFromWifiNetwork.then(() => {
})
.catch(error => {
});
FAQs
wifi connect with ssid and password
The npm package react-native-pk-wifi-manager receives a total of 54 weekly downloads. As such, react-native-pk-wifi-manager popularity was classified as not popular.
We found that react-native-pk-wifi-manager 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

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