Socket
Socket
Sign inDemoInstall

property-information

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

property-information - npm Package Compare versions

Comparing version 6.3.0 to 6.4.0

3

lib/html.js

@@ -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,

8

package.json
{
"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` |

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