Socket
Socket
Sign inDemoInstall

@html-eslint/parser

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@html-eslint/parser - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

2

lib/extensions/location-info/parser-mixin.js

@@ -47,3 +47,3 @@ "use strict";

closingToken.type === Tokenizer.END_TAG_TOKEN &&
tn === closingToken.tagName;
tn.toLowerCase() === closingToken.tagName.toLowerCase();
const endLoc = {};

@@ -50,0 +50,0 @@ if (isClosingEndTag) {

{
"name": "@html-eslint/parser",
"version": "0.12.0",
"version": "0.13.0",
"description": "Parser for @html-eslint/eslint-plugin",

@@ -32,3 +32,3 @@ "author": "yeonjuan",

},
"gitHead": "855dba9201bb8e00c6bc79676282bf38b0a76ea7"
"gitHead": "d7acca5d9d0517cc44085901e71e57e81704bcb7"
}
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