
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
dash-tabler-icons
Advanced tools
Beautiful icons for your Dash apps.
Made by Ploomber with ❤️
Deploy your Dash application on Ploomber.io for free.
Live demo: dash-tabler-icons.ploomberapp.io
pip install dash-tabler-icons
import dash_tabler_icons as dti
from dash import html
icon = dti.DashTablerIcons(
icon=dti.IconName.IconStar,
size=48,
color="#4B5563",
stroke=1,
)
# Sample usage in a button
button = html.Button(
icon,
id="button-with-icon",
)
cd demo
pip install -r requirements.txt
python app.py
Open: http://localhost:8050
npm install
pip install -r requirements.txt
pip install -r tests/requirements.txt
npm run build
python demo.py
# generate
npm run build
python setup.py sdist bdist_wheel
ls dist
# test artifact
pip install dash dist/dash_tabler_icons-0.0.1.tar.gz
python demo/app.py
# upload
pip install twine
twine upload dist/*
# clean up
rm -rf dist
FAQs
tabler-icons for Dash
We found that dash-tabler-icons 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.