Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
The thinnest possible layer between development and production for the modern web.
The thinnest possible layer between development and production for the modern web.
A js library for the web that places your control on a pedestal. It packs flexible SSR (Server-Side HTML Rendering), an awesome DOM interface, and elegant functional reactivity in a tiny code size.
Along with modern build tooling integration (vite), you're one step away from:
It looks like this, which is pretty epic:
const Counter = () => {
// A reactive value
const count = r(0)
const increment = () => count.value++
// Declarative UI without vdom! (and build tools are completely optional)
const counter =
<button class="counter" onclick={ increment }>
Click to increment: { count }
</button>
return counter
}
// Yes, all of these are vanilla DOM nodes!
document.body.append(
<main>
<h1>Bruh</h1>
<Counter />
</main>
)
npm init bruh
and pick the "vite" template
Right here - but it's not really complete. The best way to use this project is to just read the code, it's pretty short. If you have any questions, even without reading the code first, feel free to ask all of them in the discussions.
FAQs
The thinnest possible layer between development and production for the modern web.
The npm package bruh receives a total of 1 weekly downloads. As such, bruh popularity was classified as not popular.
We found that bruh 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.