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.5.0 to 5.6.0

1

lib/html.js

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

list: null,
loading: null,
loop: boolean,

@@ -100,0 +101,0 @@ low: number,

14

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

@@ -41,3 +41,3 @@ "license": "MIT",

"bail": "^1.0.0",
"browserify": "^16.0.0",
"browserify": "^17.0.0",
"concat-stream": "^2.0.0",

@@ -50,14 +50,14 @@ "html-element-attributes": "^2.0.0",

"prettier": "^2.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"remark-cli": "^9.0.0-alpha.1",
"remark-preset-wooorm": "^8.0.0",
"svg-element-attributes": "^1.0.0",
"svg-event-attributes": "^1.0.0",
"tape": "^5.0.0",
"tinyify": "^2.0.0",
"tinyify": "^3.0.0",
"unist-builder": "^2.0.0",
"xo": "^0.30.0"
"xo": "^0.33.0"
},
"scripts": {
"generate": "node script/generate-react && node script/generate-exceptions",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"build-bundle": "browserify index.js -s propertyInformation > property-information.js",

@@ -64,0 +64,0 @@ "build-mangle": "browserify index.js -s propertyInformation -p tinyify > property-information.min.js",

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

| `list` | `list` | `html` |
| `loading` | `loading` | `html` |
| `local` | `local` | `svg` |

@@ -903,3 +904,3 @@ | `longDesc` | `longdesc` | `html` |

[build-badge]: https://img.shields.io/travis/wooorm/property-information/master.svg
[build-badge]: https://img.shields.io/travis/wooorm/property-information.svg

@@ -906,0 +907,0 @@ [build]: https://travis-ci.org/wooorm/property-information

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