
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@flex-development/remark-preset
Advanced tools
flex development (fldv) markdown style.
This is a preset for remark to check markdown.
This package is ESM only.
In Node.js with yarn:
yarn add -D @flex-development/remark-preset
See Git - Protocols | Yarn  for details regarding installing from Git.
In Deno with esm.sh:
import remarkPresetFlex from 'https://esm.sh/@flex-development/remark-preset'
In browsers with esm.sh:
<script type="module">
import remarkPresetFlex from 'https://esm.sh/@flex-development/remark-preset'
</script>
import remarkPresetFlex from '@flex-development/remark-preset'
import { remark } from 'remark'
import { reporter } from 'vfile-reporter'
/**
* @import {VFile} from 'vfile'
*/
/**
* The processed file.
*
* @type {VFile}
* @const file
*/
const file = await remark()
.use(remarkPresetFlex)
.process('This *and* _that_.')
console.error(reporter(file))
Yields:
1:12-1:18 warning Unexpected emphasis marker `_`, expected `*` emphasis-marker remark-lint
1:19 warning Unexpected missing final newline character, expected line feed (`\n`) at end of file final-newline remark-lint
âš 2 warnings
The default export is remarkPresetFlex.
No identifiers or TypeScript types are exported.
remarkPresetFlex(Preset) A unified preset to encapsulate fldv markdown style.
See CONTRIBUTING.md.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
flex development (fldv) markdown style
We found that @flex-development/remark-preset 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.