
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
esformatter-limit-linebreaks
Advanced tools
esformatter plugin for limiting maximal consecutive line breaks globally.
install it:
npm install esformatter-limit-linebreaks
and add to your esformatter config file:
{
"plugins": [
"esformatter-limit-linebreaks"
],
"LimitLineBreaks": 2 // defaults to 2
}
input:
function bla() {
return 1;
}
function hello() {
return 2;
}
output:
function bla() {
return 1;
}
function hello() {
return 2;
}
"LimitLineBreaks": Number of maximal consecutive line breaks
Released under the MIT License.
FAQs
esformatter linebreak limit plugin
The npm package esformatter-limit-linebreaks receives a total of 98 weekly downloads. As such, esformatter-limit-linebreaks popularity was classified as not popular.
We found that esformatter-limit-linebreaks 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.