You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

parse5-htmlparser2-tree-adapter

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse5-htmlparser2-tree-adapter - npm Package Compare versions

Comparing version

to
8.0.0

16

package.json

@@ -5,3 +5,3 @@ {

"description": "htmlparser2 tree adapter for parse5.",
"version": "7.1.0",
"version": "8.0.0",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",

@@ -18,16 +18,15 @@ "contributors": "https://github.com/inikulin/parse5/graphs/contributors",

"license": "MIT",
"main": "dist/cjs/index.js",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/cjs/index.js"
".": {
"default": "./dist/index.js"
}
},
"dependencies": {
"domhandler": "^5.0.3",
"parse5": "^7.0.0"
"parse5": "^8.0.0"
},
"scripts": {
"build:cjs": "tsc --moduleResolution node10 --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"
},
"scripts": {},
"repository": {

@@ -38,3 +37,2 @@ "type": "git",

"files": [
"dist/cjs/package.json",
"dist/**/*.js",

@@ -41,0 +39,0 @@ "dist/**/*.d.ts"

@@ -19,3 +19,3 @@ <p align="center">

<p align="center">
📖 <a href="https://parse5.js.org/modules/parse5_htmlparser2_tree_adapter.html"><b>Documentation</b></a> 📖
📖 <a href="https://parse5.js.org/modules/parse5-htmlparser2-tree-adapter.html"><b>Documentation</b></a> 📖
</p>

@@ -22,0 +22,0 @@