Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
relay-devtools-core
Advanced tools
Tooling to debug your Relay apps on web and React Native during development.
For Google Chrome, install the extension from WebStore. After installation "Relay" tab will be available in the Chrome developer tools apps using Relay are inspected.
For inspecting React Native apps using Relay, install a desktop Electron app:
npm install -g relay-devtools
relay-devtools
You can inspect the current state of Relay Store by viewing records from the store and expanding their connections.
In addition to that, you can record all mutation events happenning to the store and inspect how they changed the store.
Start the webpack devserver to run the app against mock data.
Then navigate to localhost:3000
.
yarn start
Build a Chrome Extension build. The extension output will be placed to the extension folder.
yarn build:extension
Build an Electron App build. Compile the app into a single importable file and
then build the shell.
This app is distributed as relay-devtools
on npm. [npmjs link][1].
yarn build:lib
cd react-native-shell
yarn start
Build a runtime that is required to debug apps running on React Native. This
runtime lib is imported by Relay in runtime. This lib is published as
relay-debugger-react-native-runtime
. npmjs.com link.
cd react-native-runtime
yarn build
FAQs
Relay Modern Devtools
We found that relay-devtools-core 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.