Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
storybook-preset-inline-svg
Advanced tools
A Storybook preset to load SVG files inline using svg-inline-loader
.
First npm install storybook-preset-inline-svg svg-inline-loader
Then update one of the following files based on your Storybook setup:
.storybook/main.js
module.exports = {
addons: ['storybook-preset-inline-svg']
}
.storybook/presets.js
module.exports = ['storybook-preset-inline-svg']
By default this preset will inline all SVG files. Use options to filter which SVG files are inlined, or to pass options along to svg-inline-loader
.
None of the options are required. Only use one of include
or exclude
, not both, which can be a RegExp
or Function
.
svgInlineLoaderOptions
options supported by svg-inline-loaderinclude
files to be inlined using includeexclude
files from being inlined using excludeFor example,
module.exports = {
addons: [
{
name: 'storybook-preset-inline-svg',
options: {
include: /source\/.+\.svg$/,
svgInlineLoaderOptions: {
removeTags: true,
removingTags: ['circle']
}
}
}
]
}
FAQs
Storybook preset to load SVG files inline
We found that storybook-preset-inline-svg 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.