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.
mathml2omml
Advanced tools
Convert MathML to the OOML format used in DOCX files without XSLT.
You can use it like this:
import {mml2ooml} from "mathml2omml"
const mml = '<math xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
<mrow>
<mn>2</mn>
<mo>+</mo>
<mn>2</mn>
<mo>=</mo>
<mn>4</mn>
</mrow>
</semantics>
</math>'
const omml = mml2omml(mml)
console.log(omml)
> <m:oMath xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math">
> <m:r>
> <m:t xml:space="preserve">2+2=4</m:t>
> </m:r>
> </m:oMath>
LGPL v.3.0 or later.
License of test files depends on source of files.
Some test fixtures fall under other licenses/copyrights. See the LICENSE and copyirght.txt files in the different test fixture folders.
Remaining test fixtures fall under the same license and copyright as the source code.
FAQs
a MathML to OMML converter
The npm package mathml2omml receives a total of 263 weekly downloads. As such, mathml2omml popularity was classified as not popular.
We found that mathml2omml 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.