
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
pwc-marquee
Advanced tools
A re-implementation of the [obsolete marquee](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee).
A re-implementation of the obsolete marquee.
This is a project done for fun and I would definitely not recommend using this in a real service, as the marquee element was made obsolete for a real reason :).
<pwc-marquee>Scrolling text is fun</pwc-marquee>
<script type="module">
import Marquee from "https://unpkg.com/pwc-marquee"
window.customElements.define('pwc-marquee', Marquee)
</script>
npm install pwc-marquee
<pwc-marquee>Scrolling text is fun</pwc-marquee>
<script type="module">
import Marquee from "pwc-marquee"
window.customElements.define('pwc-marquee', Marquee)
</script>
Note: you can choose what the custom element is called by changing
pwc-marquee
to what you prefer.
[TODO document what attributes you can use, see example/index.html for now]
Think of a cool effect that could be added?
Feel free to raise an issue or contribute it.
As this is a progressive web component, for browsers that do not support custom elements, it will fallback to regular text.
FAQs
A re-implementation of the [obsolete marquee](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee).
The npm package pwc-marquee receives a total of 0 weekly downloads. As such, pwc-marquee popularity was classified as not popular.
We found that pwc-marquee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.