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

node-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-html-parser - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

dist/esm/back.js

5

package.json
{
"name": "node-html-parser",
"version": "1.4.0",
"version": "1.4.1",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",

@@ -13,3 +13,4 @@ "main": "dist/index.js",

"ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js",
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd",
"ts:esm": "tsc -t esnext -m esnext -d false --outDir ./dist/esm/",
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd && npm run ts:esm",
"dev": "tsc -w",

@@ -16,0 +17,0 @@ "pretest": "tsc -m commonjs"

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