
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
iconfont-plugin-webpack
Advanced tools
TO DO.
An Example:
const IconfontPlugin = require('iconfont-plugin-webpack');
new IconfontPlugin({
src: './src/asset/iconfont',// dir of svg files.required
family: 'iconfont',// the `font-family`. optional. if multiple iconfonts generated, the dir names will be used.
dest: {
font: './src/font/[family].[type]',// paths of generated font files. required.
css: './src/css/_iconfont_[family].scss'// paths of generated css files. required.
},
watch: {
pattern: 'src/asset/iconfont/**/*.svg',// watch these files to reload. required.
cwd: undefined// current working dir for watching. optional.
},
cssTemplate: function() {}// the function to generate css contents. optional.
})
FAQs
Iconfont Generator.
The npm package iconfont-plugin-webpack receives a total of 2,777 weekly downloads. As such, iconfont-plugin-webpack popularity was classified as popular.
We found that iconfont-plugin-webpack 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’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.