Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A library that is simple to use, fast and compatible with most Javascript/Html packages.
Bui is a Javascript library that allows you to use Html in Javascript without leaving your comfort.
Simple: You don't need to learn anything extra when working with Bui.js. Just basic Javascript and Html knowledge.
Fast: It does not contain any code other than the codes used to create Bui.js elements. (It has a size of 11 kb because it contains all Html elements 😢)
Adaptive: Bui.js works with almost all Javascript and Html libraries. Even if it does not work, it can be made working with a few changes.
Bui.js is designed for every runtime environment. You can start by using your favorite runtime.
<script type="module" src="https://buijs.vercel.app/bui.js"></script>
npm install buijs-core
bun install buijs-core
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bui.js Demo</title>
</head>
<body>
<script type="module" src="https://buijs.vercel.app/bui.js"></script>
<script>
p('Hello World from Bui.js!', {
style: 'background-color: blue; color: white;'
})
</script>
</body>
</html>
We welcome all contributions from all kinds of people and are grateful to those who contribute. However, we have a few rules to ensure that contributions are appropriate. Please visit CONTRIBUTING.md.
FAQs
A library that is simple to use, fast and compatible with most Javascript/Html packages.
We found that buijs-core 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.