
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
redux-saga-takex
Advanced tools
A powerful take effect accepting RegExp instead of listing action types.
A powerful take
effect accepting RegExp instead of listing action types.
NOTICE: This package is still under development.
// Ooops, so long...
const action = yield take(['SUCCESS_LOGIN', 'SUCCESS_LOGOUT', 'SUCCESS_GET_HOGE', 'SUCCESS_PUT_HOGE', ...]);
const action = yield takex(/^SUCCESS_/);
Install package from npm
npm install --save redux-saga-takex
Then import and use it in your saga.
import takex from 'redux-saga-takex';
// ...
function* mySaga() {
const { payload } = yield takex(/^SUCCESS_/);
// ...
}
WIP
npm install
npm run build
See the Releases page on GitHub.
MIT
Yuki Kodama / @kuy
FAQs
A powerful take effect accepting RegExp instead of listing action types.
We found that redux-saga-takex 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.