Socket
Socket
Sign inDemoInstall

character-entities

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

license

24

package.json
{
"name": "character-entities",
"version": "1.2.2",
"version": "1.2.3",
"description": "HTML character entity information",

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

"bugs": "https://github.com/wooorm/character-entities/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)"
],

@@ -30,15 +30,15 @@ "main": "index.json",

"browserify": "^16.0.0",
"concat-stream": "^1.5.2",
"esmangle": "^1.0.1",
"concat-stream": "^2.0.0",
"prettier": "^1.12.0",
"remark-cli": "^5.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"xo": "^0.20.0"
"tinyify": "^2.5.0",
"xo": "^0.24.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"build-bundle": "browserify index.json --bare -s characterEntities > character-entities.js",
"build-mangle": "esmangle character-entities.js > character-entities.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify index.json -s characterEntities -o character-entities.js",
"build-mangle": "browserify index.json -s characterEntities -p tinyify -o character-entities.min.js",
"build": "npm run build-bundle && npm run build-mangle",

@@ -60,6 +60,2 @@ "lint": "xo",

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

@@ -66,0 +62,0 @@ "character-entities.js"

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

# character-entities [![Build Status][travis-badge]][travis]
# character-entities
[![Build][build-badge]][build]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
HTML character entity information.

@@ -50,12 +54,20 @@

[travis-badge]: https://img.shields.io/travis/wooorm/character-entities.svg
[build-badge]: https://img.shields.io/travis/wooorm/character-entities.svg
[travis]: https://travis-ci.org/wooorm/character-entities
[build]: https://travis-ci.org/wooorm/character-entities
[downloads-badge]: https://img.shields.io/npm/dm/character-entities.svg
[downloads]: https://www.npmjs.com/package/character-entities
[size-badge]: https://img.shields.io/bundlephobia/minzip/character-entities.svg
[size]: https://bundlephobia.com/result?p=character-entities
[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#named-character-references
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