
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@embrace-io/react-native-action-tracker
Advanced tools
Allows tracking the dispatched actions of your state management using the Embrace SDK
[!IMPORTANT]
This module requires React Native Embrace SDK.
Embrace can collect basic session data and crashes as you've already seen in the Crash Reporting and Session Reporting sections. Embrace can also collect the actions that your app dispatched and its state (SUCCESS AND FAILED) Here's how you add the redux tracker to the session.
yarn add @embrace-io/action-tracker
Or
npm install @embrace-io/action-tracker
import { applyMiddleware, compose, configureStore } from "@reduxjs/toolkit";
// Import Embrace's Middleware
import { buildEmbraceMiddleware } from "@embrace-io/action-tracker";
// Create the Enhancer that applies Embrace's Middleware
const middlewareEnhancer = applyMiddleware(buildEmbraceMiddleware());
// Compose your Enhancers with Embrace's enhancer
const composedEnhancers = compose(middlewareEnhancer);
export default configureStore({
// your reducers
enhancers: [composedEnhancers],
});
FAQs
Allows tracking the dispatched actions of your state management using the Embrace SDK
The npm package @embrace-io/react-native-action-tracker receives a total of 67 weekly downloads. As such, @embrace-io/react-native-action-tracker popularity was classified as not popular.
We found that @embrace-io/react-native-action-tracker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.