
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.