
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Custom Select components for Blazor, created with only C#, HTML and CSS. Works with almost every C# data types. Multi selection is supported.
SbSelect is package of custom select components for Blazor, created with only C#, HTML and CSS. It works with almost every C# data types. You can get access to 'SbSingleSelect', 'SbMultiSelect' and 'SbEnumSelect' components just by adding '@using SbSelect' into _Imports.razor. 'SbSingleSelect' and 'SbMultiSelect' use Blazor's built-in component 'Virtualize' to render big data effectively. These Components also have search function with user defined search delay milliseconds. Search can be done locally or in database. If needed you can use custom 'OptionTextTemplate' to render option's text more specifically. While working with enum, to use multi select, 'MultiSelection' parameter must be set to true and TValue must be a List of that enums. For text it shows member's display name if such exists, otherwise member's name, you can use 'DisplayFunc' to get desired result. If custom template is used for enum, you can call helper method 'GetMemberOrDisplayName' from 'SbEnumHelper' class to get display text. For style you can configure 'SbSelectStyle' class instance and pass it as parameter.
Contact author for questions or about possible bugs - simpleblazor@outlook.com
FAQs
Custom Select components for Blazor, created with only C#, HTML and CSS. Works with almost every C# data types. Multi selection is supported.
We found that sbselect 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.