Socket
Socket
Sign inDemoInstall

html-escaper

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 2.0.0 to 2.0.1

cjs/package.json

21

package.json
{
"name": "html-escaper",
"version": "2.0.0",
"version": "2.0.1",
"description": "fast and safe way to escape and unescape &<>'\" chars",
"main": "cjs/index.js",
"module": "esm/index.js",
"main": "./cjs/index.js",
"unpkg": "min.js",

@@ -15,4 +14,10 @@ "scripts": {

"size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c min.js | wc -c",
"test": "istanbul cover ./test.js"
"test": "istanbul cover ./test/index.js"
},
"module": "./esm/index.js",
"type": "module",
"exports": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
},
"repository": {

@@ -37,8 +42,8 @@ "type": "git",

"devDependencies": {
"ascjs": "^3.0.1",
"coveralls": "^3.0.5",
"ascjs": "^3.1.2",
"coveralls": "^3.0.11",
"istanbul": "^0.4.5",
"rollup": "^1.17.0",
"uglify-js": "^3.6.0"
"rollup": "^2.1.0",
"uglify-js": "^3.8.0"
}
}
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