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.4.0 to 5.5.0

2

find.js

@@ -11,3 +11,3 @@ 'use strict'

var valid = /^data[-a-z0-9.:_]+$/i
var valid = /^data[-\w.:]+$/i
var dash = /-[a-z]/g

@@ -14,0 +14,0 @@ var cap = /[A-Z]/g

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

disablePictureInPicture: boolean,
disableRemotePlayback: boolean,
prefix: null,

@@ -303,0 +304,0 @@ property: null,

{
"name": "property-information",
"version": "5.4.0",
"version": "5.5.0",
"description": "Information for HTML properties",

@@ -45,14 +45,14 @@ "license": "MIT",

"html-event-attributes": "^1.0.0",
"mdast-zone": "^3.0.0",
"mdast-zone": "^4.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",
"prettier": "^2.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"svg-element-attributes": "^1.0.0",
"svg-event-attributes": "^1.0.0",
"tape": "^4.0.0",
"tape": "^5.0.0",
"tinyify": "^2.0.0",
"unist-builder": "^2.0.0",
"xo": "^0.25.0"
"xo": "^0.30.0"
},

@@ -87,5 +87,7 @@ "scripts": {

"rules": {
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/prefer-exponentiation-operator": "off",
"unicorn/prefer-includes": "off",
"guard-for-in": "off",
"unicorn/prefer-exponentiation-operator": "off",
"unicorn/prefer-includes": "off"
"prefer-exponentiation-operator": "off"
},

@@ -99,11 +101,5 @@ "ignore": [

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

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

| `disablePictureInPicture` | `disablepictureinpicture` | `html` |
| `disableRemotePlayback` | `disableremoteplayback` | `html` |
| `disabled` | `disabled` | `html` |

@@ -407,0 +408,0 @@ | `display` | `display` | `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