
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.
ZLC is a front-end development tool based on webpack and gulp, which supports the separation and development of the front and rear ends.
Install with npm:
npm install zlc -g
| command | instructions |
|---|---|
| zlc | Start the static service |
| zlc config | Generate zlcfile.js configuration file (for configuration code compilation, service forwarding, etc.) |
| zlc build | Compile the project |
| zlc -v | Check the currently installed zlc version |
{
// Service agent forwarding
server: {
port: 8080,
proxy:{
//Automatically forward the request containing /api to the target server address
"/api":{
target: 'localhost:8080', // target host
changeOrigin: true
}
}
}
// compile
build :{
// src: source directory; dist:target directory;
// Compile js
js:[],
css:[],
// Compile HTML without providing code merge functionality.
html:[],
// Compiling jade does not provide code merge functionality.
others:[]
},
//The compiled file holds the directory.
dist:"dist",
//Global substitution field
replace:[
{src:"${version}",value:"?_v=0.0.1",}
]
}
FAQs
Node Command Line server manager tools
We found that zlc 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.