
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.
@hugsmidjan/gulp-iconfont
Advanced tools
npm install --save-dev @hugsmidjan/gulp-iconfont
const [cssBundle, cssWatch] = require('@hugsmidjan/gulp-iconfont')(opts);
const iconfontTaskFactory = require('@hugsmidjan/gulp-iconfont');
const options = {
// These are the defaults:
name: 'iconfont', // the display name of the generated tasks
src: 'src/',
dist: 'pub/i/',
glob: 'iconfont/*.svg', // which files to use as entry points
fontName: 'icons',
// scssFile: '', // `options.src`-relative path, including filename
// lessFile: '', // `options.src`-relative path, including filename
// varPrefix: fontName + '-', // Custom prefix for less/css variables.
// onGlyphs: null, // (glyphs:{ name: string, unicode: string[]}, options: object) => void
};
// Create the gulp tasks based on the above options.
const iconfontTasks = iconfontTaskFactory(options);
// iconfontTasks is a two item array...
const [iconfontBundle, iconfontWatch] = iconfontTasks;
// ...but it also exposes the tasks as named properties.
const { bundle, watch } = iconfontTasks;
This task generates a set of font-files along with the JSON file
{{options.fontName}}.json
which can be consumed by scripts or other tasks.
The scssFile
and lessFile
options generate LESS/SCSS files with the icon
glyps as named variables.
0.4.2 – 0.4.3
2024-01-30
onGlyphs
option, but still silently support the typo onGlyps
FAQs
iconfont gulp task
We found that @hugsmidjan/gulp-iconfont demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.