property-information
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -120,2 +120,3 @@ import { | ||
onBeforePrint: null, | ||
onBeforeToggle: null, | ||
onBeforeUnload: null, | ||
@@ -226,2 +227,4 @@ onBlur: null, | ||
selected: boolean, | ||
shadowRootDelegatesFocus: boolean, | ||
shadowRootMode: null, | ||
shape: null, | ||
@@ -228,0 +231,0 @@ size: number, |
{ | ||
"name": "property-information", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "Info on the properties and attributes of the web platform", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/mdast": "^3.0.0", | ||
"@types/mdast": "^4.0.0", | ||
"@types/node": "^20.0.0", | ||
@@ -44,3 +44,3 @@ "alpha-sort": "^5.0.0", | ||
"html-event-attributes": "^2.0.0", | ||
"mdast-zone": "^5.0.0", | ||
"mdast-zone": "^6.0.0", | ||
"prettier": "^3.0.0", | ||
@@ -54,3 +54,3 @@ "remark-cli": "^11.0.0", | ||
"undici": "^5.0.0", | ||
"unist-builder": "^3.0.0", | ||
"unist-builder": "^4.0.0", | ||
"xo": "^0.56.0" | ||
@@ -57,0 +57,0 @@ }, |
@@ -602,2 +602,3 @@ # property-information | ||
| `onBeforePrint` | `onbeforeprint` | `svg`, `html` | | ||
| `onBeforeToggle` | `onbeforetoggle` | `html` | | ||
| `onBeforeUnload` | `onbeforeunload` | `html` | | ||
@@ -776,2 +777,4 @@ | `onBegin` | `onbegin` | `svg` | | ||
| `selected` | `selected` | `html` | | ||
| `shadowRootDelegatesFocus` | `shadowrootdelegatesfocus` | `html` | | ||
| `shadowRootMode` | `shadowrootmode` | `html` | | ||
| `shape` | `shape` | `html` | | ||
@@ -778,0 +781,0 @@ | `shapeRendering` | `shape-rendering` | `svg` | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
104511
1401
992