Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

character-entities-html4

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

character-entities-html4 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

20

package.json
{
"name": "character-entities-html4",
"version": "1.1.0",
"version": "1.1.1",
"description": "HTML4 character entity information",

@@ -29,13 +29,12 @@ "license": "MIT",

"bail": "^1.0.1",
"browserify": "^13.0.1",
"browserify": "^14.0.0",
"concat-stream": "^1.5.2",
"esmangle": "^1.0.1",
"nyc": "^8.0.0",
"remark-cli": "^2.0.0",
"remark-preset-wooorm": "^1.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.0.0",
"xo": "^0.17.0"
"xo": "^0.18.0"
},
"scripts": {
"build-md": "remark . --quiet --frail",
"build-md": "remark . -qfo",
"build-generate": "node build",

@@ -47,7 +46,7 @@ "build-bundle": "browserify index.json --bare -s characterEntitiesHTML4 > character-entities-html4.js",

"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
"test": "npm run build && npm run lint && npm run test-api"
},
"xo": {
"space": true,
"esnext": false,
"ignores": [

@@ -58,5 +57,4 @@ "character-entities-html4.js"

"remarkConfig": {
"output": true,
"presets": "wooorm"
"plugins": ["preset-wooorm"]
}
}

@@ -1,2 +0,2 @@

# character-entities-html4 [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
# character-entities-html4 [![Build Status][travis-badge]][travis]

@@ -7,3 +7,3 @@ HTML4 character entity information.

[npm][npm-install]:
[npm][]:

@@ -17,6 +17,6 @@ ```bash

```js
console.log(characterEntities.AElig); // Æ
console.log(characterEntities.aelig); // æ
console.log(characterEntities.amp); // &
console.log(characterEntities.apos); // undefined
console.log(characterEntities.AElig); //=> 'Æ'
console.log(characterEntities.aelig); //=> 'æ'
console.log(characterEntities.amp); //=> '&'
console.log(characterEntities.apos); //=> undefined
```

@@ -34,2 +34,13 @@

## Related
* [`character-entities`](https://github.com/wooorm/character-entities)
— HTML character entity info
* [`character-entities-legacy`](https://github.com/wooorm/character-entities-legacy)
— Legacy character entity info
* [`parse-entities`](https://github.com/wooorm/parse-entities)
— Parse HTML character references
* [`stringify-entities`](https://github.com/wooorm/stringify-entities)
— Stringify HTML character references
## License

@@ -45,8 +56,4 @@

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/character-entities-html4.svg
[npm]: https://docs.npmjs.com/cli/install
[codecov]: https://codecov.io/github/wooorm/character-entities-html4
[npm-install]: https://docs.npmjs.com/cli/install
[license]: LICENSE

@@ -53,0 +60,0 @@

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