
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
c2fo-ui-guide
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Code for creating frontend user interfaces.
Currently this code is not ready on its own. We need to do more work to fully build out all the parts we need to build our interfaces.
Each of the pages found at the documentation site should show how and when to use various parts of the ui-guide.
In order to develop within the ui-guide you'll need to run the below commands. They install then node dependencies as well as the needed libraries to run jekyll.
npm install
grunt setup
After you're initially setup all you need to have two windows open to run the site and get updates:
grunt monitor
jekyll serve
This does a few things:
The local site can be see at http://localhost:4000/ui-guide.
The current guide used for code development:
block
=> element
=> modifier
(e.g. person__hand--left-hand
)index.less
file combines all less files togethermixins
directory is only for true mixinsOverall project things to do are in a gist that can be found here:
https://gist.github.com/garrypolley/5c8d29df98cd3c1261cd
Things to cleanup as this project grows:
#site-container
gh-pages
bits when making the development site legitFAQs
Code for creating frontend user interfaces.
The npm package c2fo-ui-guide receives a total of 1 weekly downloads. As such, c2fo-ui-guide popularity was classified as not popular.
We found that c2fo-ui-guide 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 uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.