
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.
@atomic.io/react-native-atomic-sdk
Advanced tools
React Native Wrapper for the Atomic iOS and Android SDKs.
The React Native wrapper for the native Atomic SDKs (iOS and Android).
To include the React Native SDK in your existing React Native app, run the following command:
npm install @atomic.io/react-native-atomic-sdk
Or if you are using yarn:
yarn add @atomic.io/react-native-atomic-sdk
The React Native SDK supports auto-linking. There is an additional step required on iOS to get set up:
Navigate to the directory containing your Podfile, and run pod install
to install the latest Pods. You should see the following dependency in the output:
...
Installing react-native-atomic-sdk (x.y.z)
...
Add the following block to the build.gradle
file in your app's android
directory, alongside the other React Native dependencies. This will allow the Atomic Android SDK dependency to be downloaded from our public Maven repository.
allprojects {
repositories {
...
maven {
url "https://downloads.atomic.io/android-sdk/maven"
}
}
}
Complete documentation for the React Native wrapper is available on our documentation site.
FAQs
React Native Wrapper for the Atomic iOS and Android SDKs.
The npm package @atomic.io/react-native-atomic-sdk receives a total of 38 weekly downloads. As such, @atomic.io/react-native-atomic-sdk popularity was classified as not popular.
We found that @atomic.io/react-native-atomic-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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.