Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

htmljs-parser

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

5

dist/index.js

@@ -730,2 +730,3 @@ var __defProp = Object.defineProperty;

function checkForClosingTag(parser) {
var _a, _b;
const curPos = parser.pos + 1;

@@ -747,2 +748,6 @@ let match = !!parser.lookAheadFor("/>");

parser.endText();
(_b = (_a = parser.options).onCloseTagStart) == null ? void 0 : _b.call(_a, {
start: curPos - 1,
end: curPos + 1
});
if (ensureExpectedCloseTag(parser, {

@@ -749,0 +754,0 @@ start: parser.pos,

2

package.json
{
"name": "htmljs-parser",
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
"version": "5.0.0",
"version": "5.0.1",
"devDependencies": {

@@ -6,0 +6,0 @@ "@changesets/changelog-github": "^0.4.4",

Sorry, the diff of this file is not supported yet

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