Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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, and MathML 3. The repo is 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 12.20+, 14.14+, or 16.0+), install with npm:
npm install mathml-tag-names
In Deno with Skypack:
import {mathmlTagNames} from 'https://cdn.skypack.dev/mathml-tag-names@3?dts'
In browsers with Skypack:
<script type="module">
import {mathmlTagNames} from 'https://cdn.skypack.dev/mathml-tag-names@3?min'
</script>
import {mathmlTagNames} from 'mathml-tag-names'
console.log(mathmlTagNames.length) // => 189
console.log(mathmlTagNames.slice(0, 10))
Yields:
[
'abs',
'and',
'annotation',
'annotation-xml',
'apply',
'approx',
'arccos',
'arccosh',
'arccot',
'arccoth'
]
This package exports the following identifiers: mathmlTagNames
.
There is no default export.
mathmlTagNames
List of known (lowercase) MathML tag names (Array<string>
).
This package is fully typed with TypeScript.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 12.20+, 14.14+, and 16.0+. 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
We found that mathml-tag-names demonstrated a not healthy version release cadence and project activity because the last version was released 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.