
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
remark-comment-config
Advanced tools
Set remark options with comments during runtime.
npm install remark-comment-config
remark-comment-config is also available for duo, and as an AMD, CommonJS, and globals module, uncompressed and compressed.
var commentConfig = require('remark-comment-config');
var remark = require('remark').use(commentConfig);
Document:
var input = [
'<!--remark commonmark bullet="*"-->',
'',
'1) Commonmark list (this is a parse setting)',
'',
'- List item (this is a stringification setting)',
''
].join('\n');
Process:
var doc = remark.process(input);
Yields:
<!--remark commonmark bullet="*"-->
1. Commonmark list (this is a parse setting)
* List item (this is a stringification setting)
remark --use comment-config
Parses comments, such as <!--remark foo="bar" baz-->
, and passes the
“attributes” as settings
to remark.
Just like remark-yaml-config, but comments are invisible when rendering to HTML, such as on GitHub.
Signatures
remark = remark.use(commentConfig, options?)
.Parameters
commentConfig
— This plugin.Returns
Object
, see remark.use(plugin)
.
FAQs
remark plugin to configure it with comments
The npm package remark-comment-config receives a total of 3,749 weekly downloads. As such, remark-comment-config popularity was classified as popular.
We found that remark-comment-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.