Socket
Socket
Sign inDemoInstall

web-namespaces

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

23

package.json
{
"name": "web-namespaces",
"version": "1.1.0",
"version": "1.1.1",
"description": "Map of web namespaces",

@@ -27,12 +27,16 @@ "license": "MIT",

"bail": "^1.0.0",
"browserify": "^13.0.0",
"browserify": "^14.1.0",
"concat-stream": "^1.6.0",
"esmangle": "^1.0.1",
"jsdom": "^9.8.3",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"hast-util-select": "^1.0.1",
"hast-util-to-string": "^1.0.0",
"rehype-parse": "^4.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.4.0",
"xo": "^0.17.1"
"unified": "^6.1.5",
"xo": "^0.18.0"
},
"scripts": {
"build-md": "remark . --quiet --frail --output",
"build-md": "remark . -qfo",
"build-crawl": "node build",

@@ -48,2 +52,3 @@ "build-bundle": "browserify index.json --bare -s webNamespaces > web-namespaces.js",

"space": true,
"esnext": false,
"ignore": [

@@ -54,4 +59,6 @@ "web-namespaces.js"

"remarkConfig": {
"presets": "wooorm"
"plugins": [
"preset-wooorm"
]
}
}

@@ -38,2 +38,17 @@ # web-namespaces [![Build Status][build-badge]][build-page]

## Related
* [`html-tag-names`](https://github.com/wooorm/html-tag-names)
— List of HTML tags
* [`mathml-tag-names`](https://github.com/wooorm/mathml-tag-names)
— List of MathML tags
* [`svg-tag-names`](https://github.com/wooorm/svg-tag-names)
— List of SVG tags
* [`svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)
— Map of SVG elements to allowed attributes
* [`html-element-attributes`](https://github.com/wooorm/html-element-attributes)
— Map of HTML elements to allowed attributes
* [`aria-attributes`](https://github.com/wooorm/aria-attributes)
— List of ARIA attributes
## License

@@ -40,0 +55,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