Gathering detailed insights and metrics for micromark-util-symbol
Gathering detailed insights and metrics for micromark-util-symbol
Gathering detailed insights and metrics for micromark-util-symbol
Gathering detailed insights and metrics for micromark-util-symbol
small, safe, and great commonmark (optionally gfm, mdx) compliant markdown parser
npm install micromark-util-symbol
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.0.1
Package Id
micromark-util-symbol@2.0.1
Unpacked Size
39.58 kB
Size
11.90 kB
File Count
18
NPM Version
10.9.0
Node Version
23.1.0
Published on
Nov 12, 2024
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
No dependencies detected.
micromark utility with symbols.
This package exposes constants used throughout the micromark ecosystem.
This package is useful when you are making your own micromark extensions.
It’s useful to reference these constants by name instead of value while
developing.
micromark-build
compiles them away for production code.
This package is ESM only. In Node.js (version 16+), install with npm:
1npm install micromark-util-symbol
In Deno with esm.sh
:
1import * as symbol from 'https://esm.sh/micromark-util-symbol@1'
In browsers with esm.sh
:
1<script type="module"> 2 import * as symbol from 'https://esm.sh/micromark-util-symbol@1?bundle' 3</script>
1import {codes, constants, types, values} from 'micromark-util-symbol' 2 3console.log(codes.atSign) // 64 4console.log(constants.characterReferenceNamedSizeMax) // 31 5console.log(types.definitionDestinationRaw) // 'definitionDestinationRaw' 6console.log(values.atSign) // '@'
This package exports the identifiers codes
, constants
, types
, and
values
.
There is no default export.
Each identifier is an object mapping strings to values. See the code for the exposed data.
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-symbol@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