
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@ultraq/redux-utils
Advanced tools
A collection of wrappers/utilities for common functions when working with redux
A collection of wrappers/utilities for common functions when working with redux.
npm install @ultraq/redux-utils
Create an initial state from JSON data in a DOM element. Used for creating an
object that is suitable for the initialState value of Redux's createStore.
Returns the JSON data converted to an object, or an empty object if no data
could be read.
Create an initial state from JSON data in session or local storage. Used for
creating an object that is suitable for the initialState value of Redux's
createStore. Returns the JSON data converted to an object, or an empty object
if no data could be read.
sessionStorage or
localStorage.Observe the store for changes, passing the value picked out by the select
function to the handler. Returns a function that can be used to unsubscribe
from store changes.
select changes,
is invoked with the changed valueObserve the store and automatically unsubscribe from changes after the value
picked out by the select function returns a non-falsey value. This value is
then given to the handler function.
select changes,
is invoked with the changed valueFAQs
A collection of wrappers/utilities for common functions when working with redux
We found that @ultraq/redux-utils 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.