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.2.8 to 1.2.9

dist/main.js

4

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

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

"ts:cjs": "tsc -m commonjs",
"ts:umd": "tsc -t es5 -m umd -d false --outDir ./dist/umd/",
"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",

@@ -15,0 +15,0 @@ "dev": "tsc -w",

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