Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
cobrowse-sdk-react-native
Advanced tools
Cobrowse.io is 100% free and easy to try out in your own apps. Please see full documentation at https://cobrowse.io/docs.
Try our online demo at the bottom of our homepage at https://cobrowse.io/#tryit.
npm install --save cobrowse-sdk-react-native
react-native link
Note: For iOS you need to be using Pods to manage dependencies for react-native link
to work out of the box (and also remember to run pod install
after the link step).
Please register an account and generate your free License Key at https://cobrowse.io/dashboard/settings.
This will associate sessions from your mobile app with your Cobrowse account.
import CobrowseIO from 'cobrowse-sdk-react-native';
CobrowseIO.license = "<your license key here>";
CobrowseIO.start();
To help you identify, search, and filter devices in your Cobrowse dashboard, it's helpful to specify any meaningful metadata. We recommend specifying the end-user's email if available.
You may add any custom key/value pairs you'd like, and they will all be searchable and filterable in your online dashboard. We've added a few placeholders for convenience only - all fields are optional.
CobrowseIO.customData = {
user_email: "react-native@example.com"
};
Once you have your app running in the iOS Simulator or on a physical device, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!
Requiring acceptance from the user
Any questions at all? Please email us directly at hello@cobrowse.io.
FAQs
Cobrowse SDK for React Native
The npm package cobrowse-sdk-react-native receives a total of 501 weekly downloads. As such, cobrowse-sdk-react-native popularity was classified as not popular.
We found that cobrowse-sdk-react-native 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.