Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
sui-nav: Navbar that hides when scrolling down, and shows when scrolling up.
Attributes:
sui-flextext: Text that auto scales.
Attributes:
sui-tooltip: Tooltip that shows when hovering over an element.
sui-overlay: Fully customizable overlay that shows when clicked.
Attributes:
Properties:
sui-textarea: Textarea that auto resizes.
<!DOCTYPE html>
<head>
<script type='module' src="https://cdn.jsdelivr.net/npm/skateui@latest/dist/skateui/skateui.esm.js"></script>
</head>
<body style="margin:0;">
<!-- You can now use skateui components -->
<sui-nav style='padding: .5em;background-color:blue;color:white'>
<h2>Skate Navbar</h2>
</sui-nav>
<br><br>
<sui-flextext>Hello my name is Baksa</sui-flextext>
<br><br>
<sui-tooltip>
<div slot="tool"
style="font-size: 1.2em; font-weight: bold; background-color: red;color:white;padding: .25em;cursor: pointer;">
Hover me to say HI</div>
<div slot="tip" style="background-color: black;color:white;padding:.5em;">
Hello
</div>
</sui-tooltip>
<br><br>
<button onclick='overlay.open()'>Click me</button>
<sui-overlay id="overlay" onclick="this.close()">
<div style="background-color:antiquewhite;border: solid 4px black;padding:1em;">
<h1>Hello Skate UI</h1>
</div>
</sui-overlay>
<br><br>
<sui-textarea placeholder="Skate Textarea"></sui-textarea>
</body>
FAQs
Vanilla HTML compatible custom UI components
The npm package skateui receives a total of 79 weekly downloads. As such, skateui popularity was classified as not popular.
We found that skateui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.