parse5-htmlparser2-tree-adapter
Advanced tools
Comparing version
@@ -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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
-100%10646
-43.21%5
-37.5%219
-50.11%+ Added
- Removed
Updated