
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

The JavaScript framework for modern web.
Please refer to TNT.js Roadmap.
Simply use package managers to install TNT.js:
$ npm i tntjs
$ # or
$ yarn add tntjs
Then add two files App.js and index.html:
import TNTApp from "tnt.min.js";
const app = new TNTApp()
.useData({
x: 233333,
list: [
"Alice",
"Bob",
"Candy"
]
})
.mount(document.getElementById("root"))
<!-- index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>tntjs demo</title>
</head>
<body>
<div id="root">
<v data="x"></v>
<t-for data="i in list">
<v data="i"></v>
</t-for>
</div>
<script type="module" src="./App.js"></script> <!-- ES Modules! -->
</body>
</html>
This is a kitchen-sink example of the current version of TNTjs. Might not be up-to-date though.
use <v data="variableName"/> to set variable and the bound variables are all reactive variables. They change the page as the value changes, and support expressions.
Please refer to https://tntjs.bugduck.cn/doc.html for more information.
We're all middle school students and we don't have that much money. So sponsoring TNTjs will give us an extra reward to let us keep updating!😉

![]() | ![]() | ![]() | ![]() | ||
|---|---|---|---|---|---|
| 箱子Acbox :star: :pen: :student: | samzhangjy :star: :pen: :student: | mono :star: :pen: | 27Onion :pen: :student: | leonfyr :pen: :student: | Rotten-LKZ :student: |
<v></v>标签功能实现Enjoy!
FAQs
The JavaScript framework for modern web.
We found that tntjs 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.