Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
atom-ide-debugger-react-native
Advanced tools
React Native Debugger for Atom IDE is ported from vscode-react-native at version 0.5.7 (fork source). There are two ways to invoke the React Native debugger. Either attach to a running packager, or it can launch the debug target in a new packager for debugging. Note that the debugger can only attach if the default Chrome debugger is not already running.
Both cases require a workspace path which should be set to the directory
containing the package.json
file of the debug target. Launching the debugger
also requires specifying the platform to debug, either ios
or android
as
well as the target, either simulator
or device
. Note that debugging on an
iOS device requires some manual setup; see
these instructions.
In most cases the default port setting of 8081 will be correct.
NOTE: Changing the port setting in the debugger may require external setup, see the issue on GitHub
NOTE: A DeprecationWarning: 'root' is deprecated error may appear when the program first runs, which can be safely dismissed.
Run apm install atom-ide-debugger-react-native
to install the Atom package.
atom-ide-debugger-react-native
is BSD-licensed. We also provide an additional patent grant.
FAQs
React Native Debugger for Atom IDE.
We found that atom-ide-debugger-react-native demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.