Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
react-native-ux-cam
Advanced tools
React Native wrapper for UXCam.
# Yarn
yarn add react-native-ux-cam
# NPM
npm install --save react-native-ux-cam
Run the following:
react-native link react-native-ux-cam
Then, add the following to your Podfile:
pod "UXCam", "~> 2.5.7"
Then run:
pod install
You're done! :tada:
Coming soon!
// Import UXCam.
import UXCam from 'react-native-ux-cam';
// Initialize using your app key.
UXCam.startWithKey(key);
// Tag a screen.
UXCam.tagScreenName('my screen');
// Tag a user.
UXCam.tagUserName('John Doe');
// Hide a sensitive screen.
UXCam.occludeSensitiveScreen(true);
// Unhide a sensitive screen.
UXCam.occludeSensitiveScreen(false);
// Stop recording and upload data manually.
UXCam.stopApplicationAndUploadData();
If a method is missing from the official SDK, please send a PR!
FAQs
React Native wrapper for uxcam.com.
The npm package react-native-ux-cam receives a total of 10,135 weekly downloads. As such, react-native-ux-cam popularity was classified as popular.
We found that react-native-ux-cam demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.