Socket
Socket
Sign inDemoInstall

character-reference-invalid

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

license

31

package.json
{
"name": "character-reference-invalid",
"version": "1.1.2",
"version": "1.1.3",
"description": "HTML invalid numeric character reference information",

@@ -18,5 +18,5 @@ "license": "MIT",

"bugs": "https://github.com/wooorm/character-reference-invalid/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -31,18 +31,18 @@ "main": "index.json",

"browserify": "^16.0.0",
"concat-stream": "^1.6.0",
"esmangle": "^1.0.1",
"hast-util-select": "^1.0.1",
"concat-stream": "^2.0.0",
"hast-util-select": "^3.0.0",
"hast-util-to-string": "^1.0.0",
"rehype-parse": "^4.0.0",
"remark-cli": "^5.0.0",
"rehype-parse": "^6.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"unified": "^6.1.5",
"xo": "^0.20.0"
"tinyify": "^2.5.0",
"unified": "^7.0.0",
"xo": "^0.24.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.json --bare -s characterReferenceInvalid > character-reference-invalid.js",
"build-mangle": "esmangle character-reference-invalid.js > character-reference-invalid.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify index.json -s characterReferenceInvalid -o character-reference-invalid.js",
"build-mangle": "browserify index.json -s characterReferenceInvalid -p tinyify -o character-reference-invalid.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -63,7 +63,2 @@ "test-api": "node test",

"esnext": false,
"rules": {
"guard-for-in": "off",
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignores": [

@@ -70,0 +65,0 @@ "character-reference-invalid.js"

@@ -1,3 +0,7 @@

# character-reference-invalid [![Build Status][travis-badge]][travis]
# character-reference-invalid
[![Build][build-badge]][build]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
HTML invalid numeric character reference information.

@@ -52,12 +56,20 @@

[travis-badge]: https://img.shields.io/travis/wooorm/character-reference-invalid.svg
[build-badge]: https://img.shields.io/travis/wooorm/character-reference-invalid.svg
[travis]: https://travis-ci.org/wooorm/character-reference-invalid
[build]: https://travis-ci.org/wooorm/character-reference-invalid
[downloads-badge]: https://img.shields.io/npm/dm/character-reference-invalid.svg
[downloads]: https://www.npmjs.com/package/character-reference-invalid
[size-badge]: https://img.shields.io/bundlephobia/minzip/character-reference-invalid.svg
[size]: https://bundlephobia.com/result?p=character-reference-invalid
[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE
[license]: license
[author]: http://wooorm.com
[author]: https://wooorm.com
[html]: https://html.spec.whatwg.org/multipage/syntax.html#table-charref-overrides
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc