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.3.6 to 0.4.0

25

package.json
{
"name": "he",
"version": "0.3.6",
"version": "0.4.0",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",

@@ -8,3 +8,2 @@ "homepage": "http://mths.be/he",

"bin": "bin/he",
"man": "man/he.1",
"keywords": [

@@ -43,2 +42,4 @@ "string",

"directories": {
"bin": "bin",
"man": "man",
"test": "tests"

@@ -49,15 +50,15 @@ },

},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-shell": "~0.3.1",
"grunt-template": "~0.2.0",
"istanbul": "~0.1.43",
"jsesc": "~0.4.1",
"lodash": "~1.3.1",
"qunit-clib": "~1.3.0",
"grunt": "~0.4.5",
"grunt-shell": "~0.7.0",
"grunt-template": "~0.2.3",
"istanbul": "~0.2.10",
"jsesc": "~0.4.3",
"lodash": "~2.4.1",
"lodash.difference": "~2.4.1",
"qunit-extras": "~1.1.0",
"qunitjs": "~1.11.0",
"regenerate": "~0.5.2",
"requirejs": "~2.1.8"
"regenerate": "~0.6.1",
"requirejs": "~2.1.11"
}
}

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

# he [![Build status](https://travis-ci.org/mathiasbynens/he.png?branch=master)](https://travis-ci.org/mathiasbynens/he) [![Dependency status](https://gemnasium.com/mathiasbynens/he.png)](https://gemnasium.com/mathiasbynens/he)
# he [![Build status](https://travis-ci.org/mathiasbynens/he.svg?branch=master)](https://travis-ci.org/mathiasbynens/he) [![Dependency status](https://gemnasium.com/mathiasbynens/he.svg)](https://gemnasium.com/mathiasbynens/he)

@@ -286,7 +286,7 @@ _he_ (for “HTML entities”) is a robust HTML entity encoder/decoder written in JavaScript. It supports [all standardized named character references as per HTML](http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html), handles [ambiguous ampersands](http://mathiasbynens.be/notes/ambiguous-ampersands) and other edge cases [just like a browser would](http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tokenizing-character-references), has an extensive test suite, and — contrary to many other JavaScript solutions — _he_ handles astral Unicode symbols just fine. [An online demo is available.](http://mothereff.in/html-entities)

Thanks to [Simon Pieters](http://simon.html5.org/) (@zcorpan) for the many suggestions.
Thanks to [Simon Pieters](http://simon.html5.org/) ([@zcorpan](https://twitter.com/zcorpan)) for the many suggestions.
## Author
| [![twitter/mathias](http://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](http://twitter.com/mathias "Follow @mathias on Twitter") |
| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") |
|---|

@@ -293,0 +293,0 @@ | [Mathias Bynens](http://mathiasbynens.be/) |

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

Sorry, the diff of this file is not supported yet

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