
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@types/redux
Advanced tools
Stub TypeScript definitions entry for Redux, which provides its own types definitions
This is a stub types definition for Redux (https://github.com/reactjs/redux). Redux provides its own type definitions, so you don't need @types/redux installed!
@types/react-redux provides TypeScript type definitions for the react-redux library, which is used to connect React components to a Redux store. It offers similar type safety for actions, state, and dispatch, but is specifically designed for use with React.
redux-thunk is a middleware that allows you to write action creators that return a function instead of an action. This is useful for handling asynchronous actions. While it does not provide type definitions itself, it is often used in conjunction with @types/redux to add type safety to asynchronous actions.
redux-saga is a middleware library that aims to make application side effects (e.g., asynchronous actions) easier to manage, more efficient to execute, and better at handling failures. It uses generator functions to handle side effects in a more declarative way. Like redux-thunk, it is often used with @types/redux for type safety.
FAQs
Stub TypeScript definitions entry for Redux, which provides its own types definitions
The npm package @types/redux receives a total of 87,107 weekly downloads. As such, @types/redux popularity was classified as popular.
We found that @types/redux 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.