New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-util

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-util - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

5

lib/index.js

@@ -26,7 +26,6 @@ var parse = require('./parse');

// http://www.whatwg.org/specs/web-apps/current-work/multipage/entities.json
//
//
// Only include this reference on the server, since it is a pretty large file,
// and we can use the browser's parser instead
var _require = require;
var entities = _require('./entities.json');
var entities = module.require('./entities.json');
replaceEntity = function(match) {

@@ -33,0 +32,0 @@ var named = entities[match];

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.2.2",
"version": "0.2.3",
"main": "./lib/index.js",

@@ -11,0 +11,0 @@ "dependencies": {},

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