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

html-enumerated-attributes

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-enumerated-attributes - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

lib/index.js

@@ -393,2 +393,8 @@ /**

},
shadowrootmode: {
missing: null,
invalid: null,
selector: 'template',
states: [null, 'closed', 'open']
},
shape: {

@@ -395,0 +401,0 @@ missing: 'rect',

10

package.json
{
"name": "html-enumerated-attributes",
"version": "1.0.0",
"version": "1.1.0",
"description": "Map of info on enumerated attributes in HTML",

@@ -38,3 +38,9 @@ "license": "MIT",

},
"xo": false
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/text-encoding-identifier-case": "off"
}
}
}
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