parse5-sax-parser
Advanced tools
Comparing version 6.0.1 to 7.0.0
{ | ||
"name": "parse5-sax-parser", | ||
"type": "module", | ||
"description": "Streaming SAX-style HTML parser.", | ||
"version": "6.0.1", | ||
"version": "7.0.0", | ||
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)", | ||
"contributors": "https://github.com/inikulin/parse5/graphs/contributors", | ||
"homepage": "https://github.com/inikulin/parse5", | ||
"funding": "https://github.com/inikulin/parse5?sponsor=1", | ||
"keywords": [ | ||
@@ -16,5 +18,8 @@ "parse5", | ||
"license": "MIT", | ||
"main": "./lib/index.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": "./dist/index.js", | ||
"dependencies": { | ||
"parse5": "^6.0.1" | ||
"parse5": "^7.0.0" | ||
}, | ||
@@ -26,5 +31,5 @@ "repository": { | ||
"files": [ | ||
"lib" | ||
], | ||
"gitHead": "37227a3429584903cbd1799dade995266fc2dbe6" | ||
"dist", | ||
"!*.map" | ||
] | ||
} |
@@ -19,3 +19,3 @@ <p align="center"> | ||
<p align="center"> | ||
📖 <a href="https://github.com/inikulin/parse5/tree/master/packages/parse5-sax-parser/docs/index.md"><b>Documentation</b></a> 📖 | ||
📖 <a href="https://parse5.js.org/modules/parse5_sax_parser.html"><b>Documentation</b></a> 📖 | ||
</p> | ||
@@ -34,3 +34,3 @@ | ||
<p align="center"> | ||
<a href="https://github.com/inikulin/parse5/tree/master/docs/version-history.md">Version history</a> | ||
<a href="https://github.com/inikulin/parse5/releases">Changelog</a> | ||
</p> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22403
9
569
Yes
2
+ Addedentities@4.5.0(transitive)
+ Addedparse5@7.2.1(transitive)
- Removedparse5@6.0.1(transitive)
Updatedparse5@^7.0.0