
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.
event-deliver
Advanced tools
ts 开发基础配置环境
这是一个模板仓库,可用于初始化Ts开发时的一些推荐配置
1.调用模板创建仓库
点击仓库首页右边绿色按钮(Use This Template)或访问https://github.com/lc-cn/ts-dev-template/generate,根据github提示创建仓库
2.拉取你刚刚创建的仓库(<>表示括号内描述的内容为必填)
git clone <你刚刚创建的仓库地址>
2.安装依赖
npm install
# 或 npm i
3.运行开发环境(ts-node-dev运行ts代码)
npm run dev
4.将ts编译成js(编译代码成普通node可执行的js代码)
npm run build
5.执行编译后的js(通常生产环境调用)
npm start
# 或 npm run start
FAQs
The npm package event-deliver receives a total of 1 weekly downloads. As such, event-deliver popularity was classified as not popular.
We found that event-deliver 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.