
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
react-native-ak-sms
Advanced tools
$ npm install react-native-ak-sms --save
$ react-native link react-native-ak-sms
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-ak-sms
and add AKSms.xcodeproj
libAKSms.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<android/app/src/main/java/[...]/MainActivity.java
import com.akcybex.sms.AKSmsPackage;
to the imports at the top of the filenew AKSmsPackage()
to the list returned by the getPackages()
methodandroid/settings.gradle
:
include ':react-native-ak-sms'
project(':react-native-ak-sms').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ak-sms/android')
android/app/build.gradle
:
compile project(':react-native-ak-sms')
AKSms.sln
in node_modules/react-native-ak-sms/windows/AKSms.sln
folder to their solution, reference from their app.MainPage.cs
appusing Sms.AKSms;
to the usings at the top of the filenew AKSmsPackage()
to the List<IReactPackage>
returned by the Packages
methodimport AKSms from 'react-native-ak-sms';
AKSms.send('+923001234567','Hello World!',
(response) => {
console.log(response)
},
(code, error) => {
console.log(code, ' -> ', error)
})
DeviceEventEmitter.addListener('akSmsReceived', (event) => {
console.log(event)
})
FAQs
React native library to send and receive sms.
The npm package react-native-ak-sms receives a total of 1 weekly downloads. As such, react-native-ak-sms popularity was classified as not popular.
We found that react-native-ak-sms 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.