Gathering detailed insights and metrics for mathml-tag-names
Gathering detailed insights and metrics for mathml-tag-names
Gathering detailed insights and metrics for mathml-tag-names
Gathering detailed insights and metrics for mathml-tag-names
npm install mathml-tag-names
Typescript
Module System
Node Version
NPM Version
99.6
Supply Chain
99.5
Quality
76.6
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
877,199,077
Last Day
880,505
Last Week
4,654,436
Last Month
20,295,521
Last Year
219,010,958
MIT License
6 Stars
92 Commits
2 Watchers
1 Branches
2 Contributors
Updated on May 03, 2025
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
mathml-tag-names@4.0.0
Unpacked Size
9.77 kB
Size
3.89 kB
File Count
6
NPM Version
11.1.0
Node Version
23.1.0
Published on
Feb 17, 2025
Cumulative downloads
Total Downloads
Last Day
48.1%
880,505
Compared to previous day
Last Week
3.1%
4,654,436
Compared to previous week
Last Month
-6.3%
20,295,521
Compared to previous month
Last Year
18.2%
219,010,958
Compared to previous year
List of known MathML tag names.
This is a list of MathML tag names. It includes all tag names from MathML 1, MathML 2, MathML 3, and MathML 4. The repo includes scripts to regenerate the data from the specs.
You can use this package when you need to know what tag names are allowed in any version of MathML.
This package is ESM only. In Node.js (version 16+), install with npm:
1npm install mathml-tag-names
In Deno with esm.sh
:
1import {mathmlTagNames} from 'https://esm.sh/mathml-tag-names@4'
In browsers with esm.sh
:
1<script type="module"> 2 import {mathmlTagNames} from 'https://esm.sh/mathml-tag-names@4?bundle' 3</script>
1import {mathmlTagNames} from 'mathml-tag-names' 2 3console.log(mathmlTagNames.length) // => 201 4 5console.log(mathmlTagNames.slice(0, 10))
Yields:
1[ 2 'abs', 3 'and', 4 'annotation', 5 'annotation-xml', 6 'apply', 7 'approx', 8 'arccos', 9 'arccosh', 10 'arccot', 11 'arccoth' 12]
This package exports the identifier mathmlTagNames
.
There is no default export.
mathmlTagNames
List of known (lowercase) MathML tag names (ReadonlyArray<string>
).
This package is fully typed with TypeScript. It exports no additional types.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 16+. It also works in Deno and modern browsers.
This package is safe.
wooorm/html-tag-names
— list of HTML tag nameswooorm/svg-tag-names
— list of SVG tag nameswooorm/svg-element-attributes
— map of SVG elements to attributeswooorm/html-element-attributes
— map of HTML elements to attributeswooorm/aria-attributes
— list of ARIA attributesYes please! See How to Contribute to Open Source.
No vulnerabilities found.
Reason
20 commit(s) and 0 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
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-04-28
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