Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Basic form layout variants and arrangement of form elements with labels.
The following three basic form layouts available:
They cover most use-cases. For special cases, they can be combined with the grid system and mixed with each other.
The concept of a control group with vclFormControlGroup
which groups an
input element together with a label so that they make up an atomic control.
For example a label and a checkbox if such a combination should behave
like a single control. The elements are aligned vertically.
vclFormInlineControlGroup
is the same as the previous class but
label and control are aligned horizontally.
Vertical form layout with stacked labels and controls.
The horizontal layout uses two columns, one for labels, one for controls.
Left-aligned labels in separate column. Controls and labels are in line.
In this example the loose button group is used to lay out the buttons.
The layout columns can be divided with the golden cut
(vclGridSpan-gca
, vclGridSpan-gcb
) from the grid layout component
or any other ratio.
The inline layout variant with right-aligned labels in line with controls.
The vclFormActionArea
wraps the usual buttons on the bottom of the form
and is optional.
vclForm
vclFormControlGroup
vclFormInlineControlGroup
vclFormActionArea
vclForm
vclFormInline
: Lay out all elements in one line.vclFormHorizontal
: Two column form layout, for labels and controls.example.html on GH-pages.
FAQs
Basic form layout variants and arrangement of form elements with labels
The npm package @vcl/form receives a total of 3 weekly downloads. As such, @vcl/form popularity was classified as not popular.
We found that @vcl/form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.