
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
轻量化的模板解释器,支持数据双向绑定,支持页面元素遍历,二维数据结构遍历,纯数字遍历,数据和页面分离,HTML模板结构,组件和页面分离,组件的生命周期,同名前缀Less自动引入。
Checkout the demo page to select demo.html
wait write....
Node.js: Only current and LTS Node.js versions are supported. End of life Node.js versions may become incompatible with Marked at any point in time.
Browser: Not IE11 :)
CLI:
npm install -g nplus-lite
In browser:
npm install nplus-lite
In Browser
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8"/>
<title>NplusLite in the browser</title>
</head>
<body>
<div id="content">
<h1 bind="text:innerText"></h1>
<div>
<h2 for="h2s">
${index}.${item}
</h2>
</div>
<div>
<h2 for="h2s" addNumber="1">
${index}.${item}
</h2>
</div>
</div>
<script>
nplusLitePage = {
data: {
text: "",
h2s: [
"firstChild",
"secondChild"
]
},
mounted() {
this.data.text = "我是文本"
}
}
</script>
<script src="./nplus-lite.js"></script>
</body>
</html>
Copyright (c) 2023, nano71.com. (MIT License)
FAQs
轻量化的模板解释器,支持数据双向绑定,支持页面元素遍历,二维数据结构遍历,纯数字遍历,数据和页面分离,HTML模板结构,组件和页面分离,组件的生命周期,同名前缀Less自动引入。
We found that nplus-lite 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.