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) compliant markdown parser
npm install micromark-util-subtokenize
Typescript
Module System
Node Version
NPM Version
99.5
Supply Chain
99.5
Quality
83.8
Maintenance
100
Vulnerability
100
License
micromark-util-subtokenize@2.0.3
Updated on Nov 19, 2024
4.0.1
Updated on Nov 12, 2024
micromark-core-commonmark@2.0.1
Updated on Apr 23, 2024
micromark-util-subtokenize@2.0.1
Updated on Apr 16, 2024
micromark-util-character@2.1.0
Updated on Jan 28, 2024
micromark-util-decode-numeric-character-reference@2.0.1
Updated on Oct 27, 2023
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
498,701,451
Last Day
371,621
Last Week
7,759,572
Last Month
30,254,008
Last Year
288,455,793
MIT License
1,888 Stars
649 Commits
68 Forks
15 Watchers
2 Branches
27 Contributors
Updated on Feb 16, 2025
Minified
Minified + Gzipped
Latest Version
2.0.4
Package Id
micromark-util-subtokenize@2.0.4
Unpacked Size
49.59 kB
Size
9.33 kB
File Count
15
NPM Version
11.0.0
Node Version
23.1.0
Published on
Jan 22, 2025
Cumulative downloads
Total Downloads
Last Day
-4.2%
371,621
Compared to previous day
Last Week
2%
7,759,572
Compared to previous week
Last Month
34.5%
30,254,008
Compared to previous month
Last Year
98.9%
288,455,793
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
12 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
security policy file detected
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
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-02-10
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