
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@marko/tags-api-preview
Advanced tools
A glimpse into the future of Marko.
For more information, check out the announcement article!
npm install @marko/tags-api-preview
After installing the tags-api-preview in your project, you can immediately start using new tags and features.
You can use "tags api" templates along side your existing "class api" templates. A set of heuristics is used to determine if the "tags api" should be enabled.
<let/count=0 />
<div>${count}</div>
<button onClick() { count++ }>
Click me!
</button>
<let/count=0 />
<effect() { document.title = `You clicked ${count} times` } />
<button onClick() { count++ }>
Click me
</button>
When @marko/tags-api-preview is installed, using any of the following opts into the "tags api" on a per template level:
<div/el>).<let>, <const>, <effect>, etc).<input value:=myValue/>).<!-- use tags --> comment at the top of the templateThere are some features that are disabled when opting into the tags api. Those features will display errors when used.
This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.
FAQs
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.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain