
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@getcircuit/colors
Advanced tools
@getcircuit/colors
yarn add @getcircuit/colors
Exports two values:
ColorList
- Ordered list of color preset namesColorMap
- Map of color presetsAnd some utility methods:
getPresetByName
- Gets the color preset by a given name.getOrderedPresetName
- Gets the color preset name by a given ordered number.getOrderedPreset
- Gets the color preset by a given ordered number.import { getOrderedPreset } from '@getcircuit/colors/routes'
const firstColour = getOrderedPreset(0)
// {
// active: '#476FF1',
// inactive: '#CFD9FC',
// text: '#2450E1',
// }
console.log(firstColour)
An object of colors with objects with their colour types and HEX.
export const ColorMap = {
azure: {
name: 'azure'
index: 3,
active: '#40B2F9',
inactive: '#BFE2F8',
text: '#1994E1',
},
blue: {
name: 'blue',
index: 10,
active: '#3F90FA',
inactive: '#D0E3FB',
text: '#0D73F8',
},
// ...
An array with the order of routes colors to be used.
export const ColorList = [
'marine',
'turqoise',
'purple',
// ...
FAQs
## Install
The npm package @getcircuit/colors receives a total of 0 weekly downloads. As such, @getcircuit/colors popularity was classified as not popular.
We found that @getcircuit/colors demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 19 open source maintainers 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.