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 2.1.0 to 2.1.1

license

30

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

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

"bugs": "https://github.com/wooorm/mathml-tag-names/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -30,19 +30,19 @@ "main": "index.json",

"browserify": "^16.0.0",
"concat-stream": "^1.6.0",
"esmangle": "^1.0.1",
"hast-util-select": "^1.0.1",
"concat-stream": "^2.0.0",
"hast-util-select": "^3.0.0",
"hast-util-to-string": "^1.0.0",
"prettier": "^1.12.0",
"rehype-parse": "^4.0.0",
"remark-cli": "^5.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"unified": "^6.1.5",
"xo": "^0.20.0"
"tinyify": "^2.5.0",
"unified": "^7.0.0",
"xo": "^0.24.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.json --bare -s mathML > mathml-tag-names.js",
"build-mangle": "esmangle mathml-tag-names.js > mathml-tag-names.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify index.json -s mathML -o mathml-tag-names.js",
"build-mangle": "browserify index.json -s mathML -p tinyify -o mathml-tag-names.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -63,6 +63,2 @@ "test-api": "node test",

"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignore": [

@@ -69,0 +65,0 @@ "mathml-tag-names.js"

@@ -1,3 +0,7 @@

# mathml-tag-names [![Build Status][build-badge]][build-page]
# mathml-tag-names
[![Build][build-badge]][build]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
List of known MathML tag-names. Includes the elements from

@@ -80,9 +84,17 @@ [MathML 1][mathml1], [MathML 2][mathml2], and

[build-page]: https://travis-ci.org/wooorm/mathml-tag-names
[build]: https://travis-ci.org/wooorm/mathml-tag-names
[downloads-badge]: https://img.shields.io/npm/dm/mathml-tag-names.svg
[downloads]: https://www.npmjs.com/package/mathml-tag-names
[size-badge]: https://img.shields.io/bundlephobia/minzip/mathml-tag-names.svg
[size]: https://bundlephobia.com/result?p=mathml-tag-names
[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE
[license]: license
[author]: http://wooorm.com
[author]: https://wooorm.com

@@ -89,0 +101,0 @@ [mathml1]: https://www.w3.org/TR/1998/REC-MathML-19980407/appendixF.html

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