
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
essential-md
Advanced tools
Social Media Photo by Anastasiia Kamil on Unsplash
A minimalistic markdown like utility to log:
Every exported method can be used either as function or as template literal tag.
emd to transform content into a stringlog to convert and console.log(...) the result right awayerror to console.error a bold red Error: in front of the messageinfo to console.info a bold blue Info: in front of the messagewarn to console.warn a bold yellow Warning: in front of the messageclear to clear any previous logged line (clear(1), clear(7), ... default 1)prompt to ask questions (prompt('What is your name?').then(...))ok to console.log a bold green OK: in front of the messageblue, green, red, and yellow, to easily color some part of the textimport {log, green, red} from 'essential-md';
// const {log, green, red} = require('essential-md');
log`
# This is a header
With some extra content, plus:
* a ${green`green`} text
* a ${red`red`} text
... and literally **nothing else**
`;
essential-md Markdown flavour# header or #header# to have top header## header or ## header ## to have less relevant headers*bold* or **bold** to have bold text_underlined_ or __underlined__ to have underlined text-dim- or --dim-- to have dimmed text (not on Windows though, Windows doesn't understand dimmed text ...)~strike~ or ~~strike~~ to strike the text''' or 3 backticks to have multi-line code*+-. chars to have lists> to quote textThat's all folks!
FAQs
An essential markdown-like utility for console logs
The npm package essential-md receives a total of 6 weekly downloads. As such, essential-md popularity was classified as not popular.
We found that essential-md 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.