
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
plcc-table
Advanced tools
Product lifecycle table web component.
Describe how best to use this web component along with best practices.
<plcc-table>
</plcc-table>
Explain how this component meets accessibility standards.
This component does not make use of a slot
product-name
Use this attribute when fetching data from the api. Pass the product name as the value for the api's path to use.
<plcc-table product-name="Red Hat Enterprise Linux"></plcc-table>
hide-eol
When this attribute is present, the End of Life table will be hidden
<plcc-table product-name="Red Hat Enterprise Linux" hide-eol></plcc-table>
To enable compact styles add a class of 'compact' to the <plcc-table>
tag
<plcc-table product-name="Red Hat Enterprise Linux" class="compact"></plcc-table>
Here's a basic example on now to pass data to the component. This data must match the structure provided by the api in order for the component to render properly.
<plcc-table id="someId" type="app"></plcc-table>
<script>
const data = {someObject};
const plccExampleTable = document.querySelector("#someId");
plccExampleTable.tableData = data;
</script>
Please see the demo file in this repo for additional detail
Make sure you have [Web Component Tester][web-component-tester] installed when writing tests.
npm install -g web-component-tester
npm start
npm run test
npm run build
FAQs
Plcc table element for PatternFly Elements
The npm package plcc-table receives a total of 1,967 weekly downloads. As such, plcc-table popularity was classified as popular.
We found that plcc-table 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.