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 5.3.0 to 5.4.0

1

lib/html.js

@@ -184,2 +184,3 @@ 'use strict'

onSelect: null,
onSlotChange: null,
onStalled: null,

@@ -186,0 +187,0 @@ onStorage: null,

36

package.json
{
"name": "property-information",
"version": "5.3.0",
"version": "5.4.0",
"description": "Information for HTML properties",

@@ -15,2 +15,6 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/property-information/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -32,8 +36,8 @@ "contributors": [

"dependencies": {
"xtend": "^4.0.1"
"xtend": "^4.0.0"
},
"devDependencies": {
"alpha-sort": "^3.0.0",
"arr-union": "^3.1.0",
"bail": "^1.0.3",
"arr-union": "^3.0.0",
"bail": "^1.0.0",
"browserify": "^16.0.0",

@@ -43,13 +47,13 @@ "concat-stream": "^2.0.0",

"html-event-attributes": "^1.0.0",
"mdast-zone": "^3.0.1",
"nyc": "^14.0.0",
"object.values": "^1.0.4",
"prettier": "^1.15.1",
"mdast-zone": "^3.0.0",
"nyc": "^15.0.0",
"object.values": "^1.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"svg-element-attributes": "^1.2.1",
"svg-element-attributes": "^1.0.0",
"svg-event-attributes": "^1.0.0",
"tape": "^4.2.0",
"tinyify": "^2.4.3",
"unist-builder": "^1.0.2",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unist-builder": "^2.0.0",
"xo": "^0.25.0"

@@ -96,5 +100,11 @@ },

"./script/list",
"preset-wooorm"
"preset-wooorm",
[
"toc",
{
"heading": "contents"
}
]
]
}
}

@@ -8,4 +8,4 @@ # property-information

Information for properties and attributes on the web-platform (HTML, SVG, ARIA,
XML, XMLNS, XLink).
Info for properties and attributes on the web-platform (HTML, SVG, ARIA, XML,
XMLNS, XLink).

@@ -18,7 +18,7 @@ This package follows a sensible naming scheme as defined by [hast][].

```bash
```sh
npm install property-information
```
## Table of Contents
## Contents

@@ -109,3 +109,3 @@ * [Use](#use)

Aside from the aforementioned example, which shows known HTML, SVG, XML, XLink,
and ARIA support, data properties and attributes are also supported:
and ARIA support, data properties, and attributes are also supported:

@@ -139,4 +139,2 @@ ```js

This lowercases the `name` and returns the result.
#### Parameters

@@ -657,2 +655,3 @@

| `onShow` | `onshow` | `svg` |
| `onSlotChange` | `onslotchange` | `html` |
| `onStalled` | `onstalled` | `svg`, `html` |

@@ -659,0 +658,0 @@ | `onStorage` | `onstorage` | `svg`, `html` |

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