
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@acrool/icon-symbols-cli
Advanced tools
Sync acrool icon symbols to your project with a single command. Quickly pull and synchronize icon-symbols from acrool without manual downloading, unzipping and copying files.
yarn add -D @acrool/icon-symbols-cli
add to project root .acrool-icon-symbols
module.exports = {
token: 'im',
id: 'xxxx',
path: 'src/library/acrool-react-icon/SvgSymbol.tsx',
};
run pull
npx acrool-icon-symbols pull
Here is a faster way your can add in your package.json
{
"scripts": {
"dev": "next dev",
"icon:pull": "acrool-icon-symbols-cli pull"
}
}
fast run
yarn icon:pull
# ✨ Done in 2.73s.
# ✔ SVG symbol successfully downloaded to sandbox/library/acrool-react-icon/SvgSymbol.tsx
build
yarn build && npx acrool-icon-symbols-cli pull
FAQs
Pull acrool icon symbols to project cli
We found that @acrool/icon-symbols-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.