
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
react-native-xstate-inspect
Advanced tools
React Native package that powers the flipper xstate inspect plugin
This packages allows Android and iOS apps to use the Flipper-plugin-xstate plugin to visualize and interact with their xstate machines.
This package depends on the native package React Native Flipper, so you will have to recompile the native apps before using this plugin.
$ yarn add react-native-flipper-xstate
To use, simply import and call the inspect
function at the root of your project (index.js) You will only want to do this in Debug/Dev builds.
import { inspect } from "react-native-flipper-xstate";
if (__DEV__) {
inspect();
}
You also must specify the devTools
option when creating your machines. Here is an example using the useMachine
hook.
const [current, send] = createMachine(machine, { devTools: true });
FAQs
React Native package that powers the flipper xstate inspect plugin
The npm package react-native-xstate-inspect receives a total of 2 weekly downloads. As such, react-native-xstate-inspect popularity was classified as not popular.
We found that react-native-xstate-inspect 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.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.