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.0.1 to 5.1.0

4

lib/html.js

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

action: null,
allow: null,
allowFullScreen: boolean,

@@ -66,2 +67,3 @@ allowPaymentRequest: boolean,

encType: null,
enterKeyHint: null,
form: null,

@@ -82,2 +84,4 @@ formAction: null,

id: null,
imageSizes: null,
imageSrcSet: commaSeparated,
inputMode: null,

@@ -84,0 +88,0 @@ integrity: null,

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

pointerEvents: 'pointer-events',
referrerPolicy: 'referrerpolicy',
renderingIntent: 'rendering-intent',

@@ -287,2 +288,3 @@ shapeRendering: 'shape-rendering',

phase: null,
ping: spaceSeparated,
pitch: null,

@@ -302,2 +304,3 @@ playbackOrder: null,

radius: null,
referrerPolicy: null,
refX: null,

@@ -304,0 +307,0 @@ refY: null,

10

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

@@ -32,11 +32,11 @@ "license": "MIT",

"devDependencies": {
"alpha-sort": "^2.0.1",
"alpha-sort": "^3.0.0",
"arr-union": "^3.1.0",
"bail": "^1.0.3",
"browserify": "^16.0.0",
"concat-stream": "^1.6.2",
"concat-stream": "^2.0.0",
"html-element-attributes": "^2.0.0",
"mdast-util-to-string": "^1.0.4",
"mdast-zone": "^3.0.1",
"nyc": "^13.0.0",
"nyc": "^14.0.0",
"object.values": "^1.0.4",

@@ -54,3 +54,3 @@ "prettier": "^1.15.1",

"unist-util-visit": "^1.3.1",
"xo": "^0.23.0"
"xo": "^0.24.0"
},

@@ -57,0 +57,0 @@ "scripts": {

@@ -1,7 +0,12 @@

# property-information [![Build][build-badge]][build] [![Coverage][coverage-badge]][coverage] [![Downloads][downloads-badge]][downloads] [![Size][size-badge]][size]
# property-information
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
Information for properties and attributes on the web-platform (HTML, SVG, ARIA,
XML, XMLNS, XLink).
This package follows a sensible naming scheme as defined by [HAST][]
This package follows a sensible naming scheme as defined by [HAST][].

@@ -254,2 +259,3 @@ ## Installation

| `alignmentBaseline` | `alignment-baseline` | `svg` |
| `allow` | `allow` | `html` |
| `allowFullScreen` | `allowfullscreen` | `html` |

@@ -406,2 +412,3 @@ | `allowPaymentRequest` | `allowpaymentrequest` | `html` |

| `end` | `end` | `svg` |
| `enterKeyHint` | `enterkeyhint` | `html` |
| `event` | `event` | `svg`, `html` |

@@ -468,2 +475,4 @@ | `exponent` | `exponent` | `svg` |

| `imageRendering` | `image-rendering` | `svg` |
| `imageSizes` | `imagesizes` | `html` |
| `imageSrcSet` | `imagesrcset` | `html` |
| `in` | `in` | `svg` |

@@ -578,3 +587,3 @@ | `in2` | `in2` | `svg` |

| `phase` | `phase` | `svg` |
| `ping` | `ping` | `html` |
| `ping` | `ping` | `svg`, `html` |
| `pitch` | `pitch` | `svg` |

@@ -604,3 +613,3 @@ | `placeholder` | `placeholder` | `html` |

| `refY` | `refY` | `svg` |
| `referrerPolicy` | `referrerpolicy` | `html` |
| `referrerPolicy` | `referrerpolicy` | `svg`, `html` |
| `rel` | `rel` | `svg`, `html` |

@@ -607,0 +616,0 @@ | `renderingIntent` | `rendering-intent` | `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