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.
@frui.ts/bootstrap
Advanced tools
bootstrap
Bootstrap controls ready for Frui.ts integration. Mainly input controls wrapped in BindingComponent
.
TODO
items
- list of available values.keyProperty
- name of the property in items
that contain item's key. Default is "id"
.textProperty
- name of the property in items
that contain item's label displayed in the dropdown control. Default is "label"
.mode
- specify if only the key or the whole selected entity should be set to the bound property. Default is "item"
.allowEmpty
- displays an empty item with undefined
value.isNumeric
- when in the key
mode, keys are by default string
. If you want to use numbers only, you need to enable this prop.TODO
You can use all props as in React Boostrap Check, especially:
type
- specify type of the control: "check" | "radio" | "switch"
id
- unique identifier used to bind label with the actual <input>
controlMoreover, the are the follofing additional props:
threeState
- if set to true
, the control displays indeterminate
state if the bound value is null
value
- this value is set to the bound property when the check is selected. Default set to true
so that checkboxes by default.TODO
FAQs
Bootstrap controls ready for Frui.ts integration
The npm package @frui.ts/bootstrap receives a total of 533 weekly downloads. As such, @frui.ts/bootstrap popularity was classified as not popular.
We found that @frui.ts/bootstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.