
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
hyperscript.org
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
the underscore is silent
_hyperscript
is a small, open scripting language inspired by hypertalk
it is a companion project of https://htmx.org
<script src="https://unpkg.com/hyperscript.org@0.0.1-alpha"></script>
<script>
_hyperscript.start();
</script>
<button _="on click toggle .clicked">
Toggle the "clicked" class on me
</button>
<div hs="on mouseOver toggle mouse-over on #foo">
</div>
<div data-hs="on click call aJavascriptFunction() then
wait 10s then
call anotherJavascriptFunction()">
Do some stuff
</div>
/test
and docs in /www
dev
branch, docs fixes can be made directly against master
FAQs
a small scripting language for the web
The npm package hyperscript.org receives a total of 1,589 weekly downloads. As such, hyperscript.org popularity was classified as popular.
We found that hyperscript.org 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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.