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.0.1 to 2.0.2

36

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

@@ -15,3 +15,3 @@ "license": "MIT",

],
"repository": "https://github.com/wooorm/mathml-tag-names",
"repository": "wooorm/mathml-tag-names",
"bugs": "https://github.com/wooorm/mathml-tag-names/issues",

@@ -29,3 +29,3 @@ "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",

"bail": "^1.0.0",
"browserify": "^14.1.0",
"browserify": "^16.0.0",
"concat-stream": "^1.6.0",

@@ -35,22 +35,34 @@ "esmangle": "^1.0.1",

"hast-util-to-string": "^1.0.0",
"prettier": "^1.12.0",
"rehype-parse": "^4.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"unified": "^6.1.5",
"xo": "^0.18.0"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . -qfo",
"build-crawl": "node build",
"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",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test": "npm run build && npm run lint && npm run test-api"
"test": "npm run generate && npm run format && npm run build && npm run test-api"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"space": true,
"prettier": true,
"esnext": false,
"rules": {
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignore": [

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

@@ -21,7 +21,7 @@ # mathml-tag-names [![Build Status][build-badge]][build-page]

```javascript
var mathMLTagNames = require('mathml-tag-names');
var mathMLTagNames = require('mathml-tag-names')
mathMLTagNames.length; //=> 205
mathMLTagNames.length //=> 205
console.log(mathMLTagNames.slice(0, 20));
console.log(mathMLTagNames.slice(0, 20))
```

@@ -28,0 +28,0 @@

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