New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mathml2omml

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathml2omml - npm Package Compare versions

Comparing version

to
0.2.4

4

package.json
{
"name": "mathml2omml",
"version": "0.2.3",
"version": "0.2.4",
"description": "a MathML to OMML converter ",

@@ -29,3 +29,3 @@ "main": "src/index.js",

"xml-formatter": "^2.6.1",
"xml-js": "^1.6.11"
"@netless/xml-js": "^1.6.15"
},

@@ -32,0 +32,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

import { xml2js, js2xml } from 'xml-js'
import { xml2js, js2xml } from '@netless/xml-js'

@@ -3,0 +3,0 @@ import { walker } from './walker.js'

import { readFileSync, readdirSync, statSync, existsSync } from 'fs'
import { extname, join, dirname } from 'path'
import { fileURLToPath } from 'url'
import { xml2js, js2xml } from 'xml-js'
import { xml2js, js2xml } from '@netless/xml-js'
import format from 'xml-formatter'

@@ -6,0 +6,0 @@ import {