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.22 to 1.0.0-alpha.23

1

lib/index.d.ts

@@ -6,1 +6,2 @@ export { default as isDocumentFragment } from './is-document-fragment';

export { default as parseRawTag } from './parse-raw-tag';
export { default as attrTokenizer } from './attr-tokenizer';

@@ -13,1 +13,3 @@ "use strict";

Object.defineProperty(exports, "parseRawTag", { enumerable: true, get: function () { return parse_raw_tag_1.default; } });
var attr_tokenizer_1 = require("./attr-tokenizer");
Object.defineProperty(exports, "attrTokenizer", { enumerable: true, get: function () { return attr_tokenizer_1.default; } });

6

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

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

"dependencies": {
"@markuplint/ml-ast": "^1.0.0-alpha.13",
"@markuplint/ml-ast": "^1.0.0-alpha.14",
"parse5": "^6.0.0"
},
"gitHead": "995c7347daa07748c85713c7dc066a52fdf07480"
"gitHead": "a170f6717c298484ce8747e6ec7d33c305f0cce7"
}

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