Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
cursor-chat
Advanced tools
💬 (63.4kB) lightweight cursor chat à la Figma for digital co-existing + presence
💬 (63.4kB) lightweight cursor chat à la Figma for digital co-existing + presence
As a warning, this library is for experimental purposes and should not be used in production (but very suitable for personal websites and playful experiments!).
Built on top of yjs and perfect-cursors
For a React version of this library, check out y-presence.
Press /
to start chatting and esc
Include this fragment in your HTML somewhere to include the base HTML divs, the compiled JavaScript bundle, and the styling.
<div id="cursor-chat-layer">
<input type="text" id="cursor-chat-box">
</div>
<script type="module">
import { initCursorChat } from 'https://esm.sh/cursor-chat'
initCursorChat("your-room-name-here")
</script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/cursor-chat/dist/style.css"/>
FAQs
💬 (63.4kB) lightweight cursor chat à la Figma for digital co-existing + presence
We found that cursor-chat 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.