Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parse5-sax-parser

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse5-sax-parser - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

dist/dev-null-stream.d.ts

17

package.json
{
"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>
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