
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@flowio/generator-console
Advanced tools
Yeoman generator for console
The default action when executing yo console
. Automatically runs console:module
.
A module is a set of files around a page or section of the console app. It's
based off a shared redux reducer key. This will generate the following files and
put them in app/modules/{module_name}
:
component
- The React component codeactions
- the flux/redux actions used by the componentreducer
- the redux reducer for the moduleconstants
- the action constants shared by actions.js and reducer.jsfetcher
- the server side code (used by app/server/react-router-render.js
) that returns the redux state for this module.index
- exports all of the other files for reference by the appGenerates meta data files for use by the console app. Reads all of the module
directories in app/modules
and creates easily importable sets for fetchers and reducers.
This allows the app to 'dynamically' pull in the generated module code.
This should be run as either part of the build process for console or every time a module is created.
fetchers
- an importable list of all the fetchers in the app.reducers
- an importable list of all of the reducers in the app.FAQs
Yeoman generator for Flow's console
We found that @flowio/generator-console 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 Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
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.