Socket
Socket
Sign inDemoInstall

property-information

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.1 to 6.5.0

2

lib/html.js

@@ -226,2 +226,3 @@ import {

selected: boolean,
shadowRootClonable: boolean,
shadowRootDelegatesFocus: boolean,

@@ -252,2 +253,3 @@ shadowRootMode: null,

wrap: null,
writingSuggestions: null,

@@ -254,0 +256,0 @@ // Legacy.

8

package.json
{
"name": "property-information",
"version": "6.4.1",
"version": "6.5.0",
"description": "Info on the properties and attributes of the web platform",

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

"unist-builder": "^4.0.0",
"xo": "^0.56.0"
"xo": "^0.58.0"
},

@@ -76,4 +76,6 @@ "scripts": {

"rules": {
"logical-assignment-operators": "off",
"no-bitwise": "off",
"unicorn/prefer-string-replace-all": "off"
"unicorn/prefer-string-replace-all": "off",
"unicorn/prevent-abbreviations": "off"
}

@@ -80,0 +82,0 @@ },

@@ -776,2 +776,3 @@ # property-information

| `selected` | `selected` | `html` |
| `shadowRootClonable` | `shadowrootclonable` | `html` |
| `shadowRootDelegatesFocus` | `shadowrootdelegatesfocus` | `html` |

@@ -881,2 +882,3 @@ | `shadowRootMode` | `shadowrootmode` | `html` |

| `writingMode` | `writing-mode` | `svg` |
| `writingSuggestions` | `writingsuggestions` | `html` |
| `x` | `x` | `svg` |

@@ -883,0 +885,0 @@ | `x1` | `x1` | `svg` |

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc