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

@markuplint/html-parser

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/html-parser - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

tsconfig.tsbuildinfo

3

lib/parse.js

@@ -332,2 +332,5 @@ "use strict";

if (a.startOffset === b.startOffset) {
if (a.isGhost && b.isGhost) {
return 0;
}
if (a.isGhost) {

@@ -334,0 +337,0 @@ return -1;

4

package.json
{
"name": "@markuplint/html-parser",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "HTML parser for markuplint",

@@ -27,3 +27,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "e4c9a5b40258140dc9b0c691946e57af7f4f459d"
"gitHead": "f135cc813fa764b90886d37b633566d24b704af4"
}
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