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.1 to 2.3.0

3

index.json

@@ -256,2 +256,3 @@ {

"height",
"loading",
"longdesc",

@@ -277,2 +278,3 @@ "marginheight",

"ismap",
"loading",
"longdesc",

@@ -352,2 +354,3 @@ "name",

"crossorigin",
"disabled",
"href",

@@ -354,0 +357,0 @@ "hreflang",

27

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

@@ -33,19 +33,19 @@ "license": "MIT",

"bail": "^1.0.0",
"browserify": "^16.0.0",
"browserify": "^17.0.0",
"concat-stream": "^2.0.0",
"hast-util-is-event-handler": "^1.0.0",
"hast-util-select": "^3.0.0",
"hast-util-select": "^4.0.0",
"hast-util-to-string": "^1.0.0",
"prettier": "^1.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unified": "^8.0.0",
"xo": "^0.25.0"
"prettier": "^2.0.0",
"rehype-parse": "^7.0.0",
"remark-cli": "^9.0.0-alpha.1",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"unified": "^9.0.0",
"xo": "^0.33.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"build-bundle": "browserify index.json -s htmlElementAttributes -o html-element-attributes.js",

@@ -68,2 +68,5 @@ "build-mangle": "browserify index.json -s htmlElementAttributes -p tinyify -o html-element-attributes.min.js",

"esnext": false,
"rules": {
"unicorn/no-fn-reference-in-iterator": "off"
},
"ignores": [

@@ -70,0 +73,0 @@ "html-element-attributes.js"

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