
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
css-heatmap-generator
Advanced tools
Utility to build CSS heat map
Purpose: In large projects we often have multiple CSS files & templates consuming CSS rules from multiple files. When we refer to multiple CSS rules in our templates from multiple files, there is chance to override the common rules while fixing a bug. Multiple screens may refer to common CSS rule which if modified impacts all. There could be duplicate rules having same CSS selectors defined in multiple CSS files. When we fix a bug or enhance one particular screen we need to know the CSS rules that we are adding or modifying are not duplicate or are not breaking some other screen.
This tools helps in visualizing the CSS rules from multiple files in a glance. CSS Heat Map helps in:
npm install css-heatmap-generator
module.exports = {
"sourcePath": "", /* Path to the source code */
"excludeDirs": [], /* List of directories to exclude like lib, thirdparty etc */
"showSensitveOnly": true, /* If true only results in sensitive rules in the report */
"target": "" /* target folder where report needs to be generated */
}
Save this as cssHeatMap.conf.js next to node_modules folder
Add this to your package.json:
"scripts": {
"buildCSSGraph": "node ./node_modules/css-heatmap-generator"
}
Run:
npm run buildCSSGraph
In the target folder specifed, there will be a repors generated. 'cssHeatMap', displayes the heat map in graphical format using d3, where 'cssHeatMapTable' represents the same with more details in tabular format. The JSON data is also generated in target folder, allowing customization of reports.
Note: I am working on improving the logic to find the usage of CSS in template where the rules are defined as complex selectors like A.B>C. Please feel free to contribute.
FAQs
Utility to build CSS heatmap graph
We found that css-heatmap-generator 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 for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.