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

@markuplint/html-parser

Package Overview
Dependencies
Maintainers
0
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 4.6.8 to 4.6.9

6

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [4.6.8](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.7...@markuplint/html-parser@4.6.8) (2024-10-14)
## [4.6.9](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.8...@markuplint/html-parser@4.6.9) (2024-10-15)

@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/html-parser

## [4.6.8](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.7...@markuplint/html-parser@4.6.8) (2024-10-14)
**Note:** Version bump only for package @markuplint/html-parser
## [4.6.7](https://github.com/markuplint/markuplint/compare/@markuplint/html-parser@4.6.6...@markuplint/html-parser@4.6.7) (2024-09-23)

@@ -17,0 +21,0 @@

2

lib/parser.d.ts

@@ -19,3 +19,3 @@ import type { Replacements } from './optimize-starts-head-or-body.js';

tokenize(): {
ast: import("node_modules/parse5/dist/tree-adapters/default.js").ChildNode[];
ast: Node[];
isFragment: boolean;

@@ -22,0 +22,0 @@ };

{
"name": "@markuplint/html-parser",
"version": "4.6.8",
"version": "4.6.9",
"description": "HTML parser for markuplint",

@@ -28,8 +28,8 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-ast": "4.4.5",
"@markuplint/parser-utils": "4.6.8",
"parse5": "7.1.2",
"@markuplint/ml-ast": "4.4.6",
"@markuplint/parser-utils": "4.7.0",
"parse5": "7.2.0",
"type-fest": "4.26.1"
},
"gitHead": "e59d4e8b762c66c7e3fb8b0a0d9d99d5160b0afa"
"gitHead": "c8c82d36c2e48d191091cbc22ca1b99ed0704b9f"
}
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