Gathering detailed insights and metrics for micromark-util-subtokenize
Gathering detailed insights and metrics for micromark-util-subtokenize
Gathering detailed insights and metrics for micromark-util-subtokenize
Gathering detailed insights and metrics for micromark-util-subtokenize
small, safe, and great commonmark (optionally gfm, mdx) compliant markdown parser
npm install micromark-util-subtokenize
Typescript
Module System
Node Version
NPM Version
4.0.2
Updated on Feb 27, 2025
micromark-util-types@2.0.2
Updated on Feb 27, 2025
micromark-core-commonmark@2.0.3
Updated on Feb 27, 2025
micromark-util-subtokenize@2.1.0
Updated on Feb 27, 2025
micromark-util-subtokenize@2.0.3
Updated on Nov 19, 2024
4.0.1
Updated on Nov 12, 2024
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,006 Stars
656 Commits
73 Forks
13 Watchers
2 Branches
29 Contributors
Updated on Jul 11, 2025
Latest Version
2.1.0
Package Id
micromark-util-subtokenize@2.1.0
Unpacked Size
49.96 kB
Size
9.39 kB
File Count
15
NPM Version
11.1.0
Node Version
23.1.0
Published on
Feb 27, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
micromark utility to tokenize subtokens.
This package exposes a micromark internal that you probably don’t need.
This package might be useful when you are making your own micromark extensions.
This package is ESM only. In Node.js (version 16+), install with npm:
1npm install micromark-util-subtokenize
In Deno with esm.sh
:
1import {subtokenize} from 'https://esm.sh/micromark-util-subtokenize@1'
In browsers with esm.sh
:
1<script type="module"> 2 import {subtokenize} from 'https://esm.sh/micromark-util-subtokenize@1?bundle' 3</script>
1import {subtokenize} from 'micromark-util-subtokenize' 2 3/** 4 * Content is transparent: it’s parsed right now. That way, definitions are also 5 * parsed right now: before text in paragraphs (specifically, media) are parsed. 6 * 7 * @type {Resolver} 8 */ 9function resolveContent(events) { 10 subtokenize(events) 11 return events 12}
This module exports the identifiers subtokenize
.
There is no default export.
subtokenize(events)
Tokenize subcontent.
events
(Array<Event>
)
— list of eventsWhether subtokens were found (boolean
).
This package is fully typed with TypeScript. It exports no additional types.
Projects maintained by the unified collective are compatible with maintained versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
micromark-util-subtokenize@2
, compatible with Node.js 16.
This package works with micromark@3
.
This package is safe.
See security.md
in micromark/.github
for how to
submit a security report.
See contributing.md
in micromark/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organisation, or community you agree to abide by its terms.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1
Reason
Found 4/30 approved changesets -- score normalized to 1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More