Socket
Socket
Sign inDemoInstall

@linthtml/html-parser

Package Overview
Dependencies
7
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.5 to 0.10.0-beta.1

./dist/src/index.js

15

package.json
{
"name": "@linthtml/html-parser",
"version": "0.9.5",
"version": "0.10.0-beta.1",
"description": "LintHTML HTML parser",

@@ -8,4 +8,5 @@ "author": "BenjaminJ <kamikillerto@gmail.com>",

"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"main": "./dist/src/index.js",
"types": "dist/src/index.d.ts",
"directories": {

@@ -24,4 +25,4 @@ "lib": "lib",

"clean": "rm -rf dist",
"test": "mocha -r ts-node/register -r tsconfig-paths/register '__tests__/*.ts' --bail",
"build": "tsc --build"
"test": "nx run :test",
"build": "nx run :build"
},

@@ -32,3 +33,3 @@ "bugs": {

"dependencies": {
"@linthtml/dom-utils": "^0.9.5",
"@linthtml/dom-utils": "^0.10.0-beta.1",
"domhandler": "^4.2.2",

@@ -40,3 +41,3 @@ "htmlparser2": "^7.1.2"

},
"gitHead": "cdccfe627be7d415d98382aae118574899c89ea0"
"gitHead": "d22cc1dc936d1c12c41dd39c5a77a3bfef1e6f43"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc