Socket
Socket
Sign inDemoInstall

node-html-parser

Package Overview
Dependencies
10
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

4

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

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

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

@@ -17,0 +17,0 @@ "dev": "tsc -w & mocha -w ./test/*.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc