Socket
Socket
Sign inDemoInstall

he

Package Overview
Dependencies
0
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

102

package.json
{
"name": "he",
"version": "0.1.1",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"homepage": "http://mths.be/he",
"main": "he.js",
"keywords": [
"string",
"entities",
"entity",
"html",
"encode",
"decode",
"unicode"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/he.git"
},
"bugs": {
"url": "https://github.com/mathiasbynens/he/issues"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "node tests/tests.js"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-shell": "~0.2.2",
"grunt-template": "~0.1.0",
"istanbul": "~0.1.37",
"qunit-clib": "~1.3.0",
"qunitjs": "~1.11.0",
"regenerate": "~0.5.1",
"requirejs": "~2.1.6",
"lodash": "~1.3.1",
"string-escape": "~0.1.6",
"grunt-curl": "~1.1.1"
}
"name": "he",
"version": "0.1.2",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"homepage": "http://mths.be/he",
"main": "he.js",
"keywords": [
"string",
"entities",
"entity",
"html",
"encode",
"decode",
"unicode"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/he.git"
},
"bugs": {
"url": "https://github.com/mathiasbynens/he/issues"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "node tests/tests.js"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-curl": "~1.1.1",
"grunt-shell": "~0.3.0",
"grunt-template": "~0.1.0",
"istanbul": "~0.1.37",
"lodash": "~1.3.1",
"qunit-clib": "~1.3.0",
"qunitjs": "~1.11.0",
"regenerate": "~0.5.2",
"requirejs": "~2.1.6",
"string-escape": "~0.1.6"
}
}

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