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.8 to 1.0.0-alpha.9

6

lib/parse.js

@@ -66,2 +66,8 @@ "use strict";

raw: raw,
// @ts-ignore
name: p5node.name || '',
// @ts-ignore
publicId: p5node.publicId || '',
// @ts-ignore
systemId: p5node.systemId || '',
startOffset: startOffset,

@@ -68,0 +74,0 @@ endOffset: endOffset,

6

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

@@ -23,7 +23,7 @@ "repository": "git@github.com:markuplint/markuplint.git",

"dependencies": {
"@markuplint/ml-ast": "^1.0.0-alpha.6",
"@markuplint/ml-ast": "^1.0.0-alpha.7",
"parse5": "^5.1.0",
"uuid": "^3.3.3"
},
"gitHead": "0094f6679cceb294863f065dfb750621836061d4"
"gitHead": "9e77270cab9fedc1ee16dbaa59ffbe6e65fb6a3e"
}

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