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 4.0.2 to 4.0.3

12

lib/html.js

@@ -20,7 +20,3 @@ 'use strict'

htmlfor: 'for',
httpequiv: 'http-equiv',
// Legacy.
ch: 'char',
choff: 'charoff'
httpequiv: 'http-equiv'
},

@@ -171,5 +167,5 @@ transform: caseInsensitiveTransform,

cellSpacing: null, // `<table>`
ch: null, // Several table elements. When `align=char`, sets the character to align on
chOff: null, // Several table elements. When `ch`, offsets the alignment
classID: null, // `<object>`
char: null, // Several table elements. When `align=char`, sets the character to align on
charOff: null, // Several table elements. When `char`, offsets the alignment
classId: null, // `<object>`
clear: null, // `<br>`. Use CSS `clear` instead

@@ -176,0 +172,0 @@ code: null, // `<object>`

{
"name": "property-information",
"version": "4.0.2",
"version": "4.0.3",
"description": "Information for HTML properties",

@@ -36,3 +36,2 @@ "license": "MIT",

"concat-stream": "^1.6.2",
"esmangle": "^1.0.0",
"html-element-attributes": "^2.0.0",

@@ -50,2 +49,3 @@ "mdast-util-to-string": "^1.0.4",

"tape": "^4.2.0",
"tinyify": "^2.4.3",
"unified": "^7.0.0",

@@ -59,4 +59,4 @@ "unist-builder": "^1.0.2",

"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.js --bare -s propertyInformation > property-information.js",
"build-mangle": "esmangle property-information.js > property-information.min.js",
"build-bundle": "browserify index.js -s propertyInformation > property-information.js",
"build-mangle": "browserify index.js -s propertyInformation -p tinyify > property-information.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -63,0 +63,0 @@ "test-api": "node test",

@@ -336,8 +336,8 @@ # property-information [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status]

| `cellSpacing` | `cellspacing` | `html` |
| `ch` | `char` | `html` |
| `chOff` | `charoff` | `html` |
| `char` | `char` | `html` |
| `charOff` | `charoff` | `html` |
| `charSet` | `charset` | `html` |
| `checked` | `checked` | `html` |
| `cite` | `cite` | `html` |
| `classID` | `classid` | `html` |
| `classId` | `classid` | `html` |
| `className` | `class` | `svg`, `html` |

@@ -344,0 +344,0 @@ | `clear` | `clear` | `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