Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@byu-oit/admissions-polymer-components
Advanced tools
Polymer components for BYU Undergrad Admissions apps
Includes a set of polymer web components to be used across BYU Undergraduate Admissions web apps.
Prefaces its content with a standard header.
title
The heading textcollapse
If set, the section is collapsible.is-collapsed
If set, the section is collapsed.<admit-heading-section title="Admissions">
<!-- Content goes here -->
</admit-heading-section>
An admit-fieldset
wraps any number of admit-field
elements into a vertical 2-column layout with
a heading.
admit-fieldset
Attributestitle
The heading textcollapse
If set, the field set is collapsible.admit-field
Attributeslabel
The field's label (can be omitted)value
The field's valueemphasis
If set, the field value will be bold<admit-fieldset title="Applicant" collapse>
<admit-field label="Name" value="John Doe"></admit-field>
<admit-field label="Age" value="15"></admit-field>
<admit-field label="" value="Young Applicant!" emphasis></admit-field>
</admit-heading-section>
An admit-table
creates a simple data table with column headings. Each row in the table is wrapped in an admit-table-row
element, and must have an equal number of sub-elements for each cell in the table.
admit-table
Attributescolumns
A comma separated list of column headers. If a column doesn't require a header, set it to -. If a column header is prefixed with #
, the text will be centered (good for numeric columns for example).<admit-table columns="-,Date,#Score">
<admit-table-row>
<span>ACT</span>
<span>Apr 2015</span>
<span style="text-align: center;">30</span>
</admit-table-row>
<admit-table-row>
<span>SAT</span>
<span>May 2016</span>
<span style="text-align: center;">1400</span>
</admit-table-row>
</admit-table>
FAQs
Includes a set of polymer web components to be used across BYU Undergraduate Admissions web apps.
We found that @byu-oit/admissions-polymer-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.