
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.
@kkopite/cce
Advanced tools
软著源代码文件doc生成
npm i -g @kkopite/cce
cd path/to/project
cce
在你的项目根目录下,创建文件cce.config.js:
export default {
// 每一个文档有几页
page: 30,
// 每一页有50行代码
preLine: 50,
// 输出的docx文件,软著都是要求前三十页和后三十页
output: [
'./前30页代码.docx',
'./后30页代码.docx',
],
// 可以添加的代码文件
include: '**/*.{ts,tsx,js,jsx,vue}',
// 要忽略的文件
ignore: [
'**/{node_modules,dist,build,test,.git,public,mock}/**',
'**.config.*',
],
}
以上各个配置为默认值,可以自行修改,如只需要默认文件则可以不添加配置文件
FAQs
软著源代码文件doc生成
We found that @kkopite/cce 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.