Socket
Socket
Sign inDemoInstall

mathml-tag-names

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "mathml-tag-names",
"version": "3.0.0",
"version": "3.0.1",
"description": "List of known MathML tag-names",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -28,7 +28,7 @@ # mathml-tag-names

```js
var mathmlTagNames = require('mathml-tag-names')
import {mathmlTagNames} from 'mathml-tag-names'
console.log(mathmlTagNames.length) // => 202
console.log(mathmlTagNames.length) // => 189
console.log(mathmlTagNames.slice(0, 20))
console.log(mathmlTagNames.slice(0, 10))
```

@@ -39,3 +39,4 @@

```js
[ 'abs',
[
'abs',
'and',

@@ -49,13 +50,4 @@ 'annotation',

'arccot',
'arccoth',
'arccsc',
'arccsch',
'arcsec',
'arcsech',
'arcsin',
'arcsinh',
'arctan',
'arctanh',
'arg',
'bind' ]
'arccoth'
]
```

@@ -70,3 +62,3 @@

`Array.<string>` — List of lowercase tag names.
`string[]` — List of lowercase tag names.

@@ -73,0 +65,0 @@ ## Related

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc