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

html-element-attributes

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-element-attributes - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

15

package.json
{
"name": "html-element-attributes",
"version": "2.2.0",
"version": "2.2.1",
"description": "Map of HTML elements to allowed attributes",

@@ -18,2 +18,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/html-element-attributes/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -35,10 +39,9 @@ "contributors": [

"hast-util-to-string": "^1.0.0",
"prettier": "^1.12.0",
"prettier": "^1.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.4.0",
"tinyify": "^2.5.0",
"trim": "0.0.1",
"unified": "^7.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unified": "^8.0.0",
"xo": "^0.25.0"

@@ -45,0 +48,0 @@ },

25

readme.md

@@ -16,13 +16,13 @@ # html-element-attributes

## Installation
## Install
[npm][]:
```bash
```sh
npm install html-element-attributes
```
## Usage
## Use
```javascript
```js
var htmlElementAttributes = require('html-element-attributes')

@@ -59,2 +59,19 @@

## Related
* [`web-namespaces`](https://github.com/wooorm/web-namespaces)
— List of web namespaces
* [`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
* [`html-void-elements`](https://github.com/wooorm/html-void-elements)
— List of void HTML tag-names
* [`svg-element-attributes`](https://github.com/wooorm/svg-element-attributes)
— Map of SVG elements to allowed attributes
* [`aria-attributes`](https://github.com/wooorm/aria-attributes)
— List of ARIA attributes
## License

@@ -61,0 +78,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc