Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
adds a new IconoirIcon
function. use it like this with a name from the Iconoir list!
page.add(
IconoirIcon(
icon_name="wifi",
icon_set="regular", # or "solid" !
icon_color=ft.colors.PRIMARY, # default
**kwargs, # passed to the flet.Image this thing returns!
)
)
also adds the IconoirIconButton
, which is a class with more parameters.
page.add(
IconoirIconButton(
page=page, # reference to the page this button will be on
icon_name="settings",
icon_set="regular",
on_click=lambda: print("clicked!"), # defaults to None
icon_size=16,
icon_color=ft.colors.ON_PRIMARY,
hover_color=ft.colors.PRIMARY_CONTAINER,
bg_color=ft.colors.ON_PRIMARY_CONTAINER,
padding=8,
circular=True,
border_radius=8, # for when circular is False
)
)
quick, dirty, simple, hopefully helpful. find me on github and reach out if you have questions. have a day!
FAQs
the Iconoir library, wrapped for Flet.
We found that flet-iconoir 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.