Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
react-native-capture-traffic
Advanced tools
$ npm install react-native-capture-traffic --save
$ react-native link react-native-capture-traffic
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-capture-traffic
and add RNCaptureTraffic.xcodeproj
libRNCaptureTraffic.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<android/app/src/main/java/[...]/MainActivity.java
import com.reactnative.capturetraffic.RNCaptureTrafficPackage;
to the imports at the top of the filenew RNCaptureTrafficPackage()
to the list returned by the getPackages()
methodandroid/settings.gradle
:
include ':react-native-capture-traffic'
project(':react-native-capture-traffic').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-capture-traffic/android')
android/app/build.gradle
:
compile project(':react-native-capture-traffic')
import RNCaptureTraffic from 'react-native-capture-traffic';
// TODO: What to do with the module?
RNCaptureTraffic;
FAQs
TODO
The npm package react-native-capture-traffic receives a total of 1 weekly downloads. As such, react-native-capture-traffic popularity was classified as not popular.
We found that react-native-capture-traffic 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
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.