
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
distributedlife-redux-log-slow-reducers
Advanced tools
Warn about slow reducers used in your redux app.
Warn about slow reducers in your Redux app.
My focus has left the node / react ecosystem and this module is no longer maintained.
Thank you for your patience and using this module in the first place!
npm install --save redux-log-slow-reducers
// Import all your reducers as usual
import * as reducers from './reducers';
// And simply wrap it with the function exposed by this module
//
// Note: There is a optional second argument to logSlowReducers which allows you
// to define how slow a reducer must be to trigger a warning (in ms). The
// default value for this is currently 8ms, as this is half the time
// available in one frame to run at 60fps.
import logSlowReducers from 'redux-log-slow-reducers';
const loggingReducers = logSlowReducers(reducers);
// Everything else is plain redux stuff
import { createStore, combineReducers } from 'redux';
const store = createStore(combineReducers(loggingReducers));
Write tests for everything!
FAQs
Warn about slow reducers used in your redux app.
The npm package distributedlife-redux-log-slow-reducers receives a total of 0 weekly downloads. As such, distributedlife-redux-log-slow-reducers popularity was classified as not popular.
We found that distributedlife-redux-log-slow-reducers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.