
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.
gulp-tmaker
Advanced tools
Tmaker 是一个模板中间语言解析器,用于实现高效模板开发。其主要有以下功能:
Tmaker 基于 gulp 实现,请配置好相关开发环境后运行以下命令安装 Tmaker
$npm install --save gulp-tmaker
安装完成后在 gulp 中以下面方式部署 Tmaker
var Tmaker = requre('gulp-tmaker');
gulp.task('tmaker', function() {
return gulp.src("*.html")
.pipe(Tmaker({isPreview:false}))
.pipe(gulp.dest('./output'));
});
增加对自定义字段预览信息的支持,可通过两种方式自定义预览信息
# 井号后面的内容将直接作为预览数据显示| 管道符后面的内容将作为参数影响预览数据输出,如果CMS标签同时支持该参数,该参数效果也会反映到CMS标签上。FAQs
CMUI模板引擎,预览、发布 Tmaker 中间语言。
We found that gulp-tmaker 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.