
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
mathml-tag-names
Advanced tools
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:
npm install mathml-tag-names
In Deno with esm.sh
:
import {mathmlTagNames} from 'https://esm.sh/mathml-tag-names@4'
In browsers with esm.sh
:
<script type="module">
import {mathmlTagNames} from 'https://esm.sh/mathml-tag-names@4?bundle'
</script>
import {mathmlTagNames} from 'mathml-tag-names'
console.log(mathmlTagNames.length) // => 201
console.log(mathmlTagNames.slice(0, 10))
Yields:
[
'abs',
'and',
'annotation',
'annotation-xml',
'apply',
'approx',
'arccos',
'arccosh',
'arccot',
'arccoth'
]
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.
FAQs
List of known MathML tag names
The npm package mathml-tag-names receives a total of 3,978,397 weekly downloads. As such, mathml-tag-names popularity was classified as popular.
We found that mathml-tag-names demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.