Socket
Socket
Sign inDemoInstall

html-entities

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

lib/named-references.d.ts

5

CHANGELOG.md

@@ -0,1 +1,6 @@

2.0.3
-----
* Handle invalid numeric HTML entities.
2.0.2

@@ -2,0 +7,0 @@ -----

13

package.json
{
"name": "html-entities",
"version": "2.0.3",
"version": "2.0.4",
"description": "Fastest HTML entities encode/decode library.",

@@ -28,5 +28,3 @@ "keywords": [

"benchmark": "^2.1.4",
"browserify": "^17.0.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"entities": "^2.1.0",

@@ -42,4 +40,3 @@ "eslint": "^7.12.1",

"ts-node": "^8.9.1",
"typescript": "^3.8.3",
"uglify-js": "^3.12.3"
"typescript": "^3.8.3"
},

@@ -58,7 +55,3 @@ "repository": {

"lint": "eslint src/**.ts",
"build": "yarn build:ts && yarn build:concat && yarn build:minify && yarn build:cleanup && yarn test:lib",
"build:ts": "tsc",
"build:concat": "browserify -s html-entities --bare lib/index.js -o lib/index.js",
"build:minify": "uglifyjs --compress --mangle --output lib/index.js -- lib/index.js",
"build:cleanup": "cd lib && ls -1 | grep -vE 'index.js|index.d.ts' | xargs rm -Rf",
"build": "rm -Rf lib/* && tsc && yarn test:lib",
"prepublishOnly": "yarn build"

@@ -65,0 +58,0 @@ },

Sorry, the diff of this file is too big to display

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