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

html2ast

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html2ast - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.iife.js

17

package.json
{
"name": "html2ast",
"version": "1.0.1",
"version": "1.0.2",
"description": "Convert html to ast",
"main": "index.js",
"type": "module",
"main": "./dist/index.umd.js",
"module": "./dist/index.esm.js",
"unpkg": "./dist/index.iife.js",
"browser": "./dist/index.iife.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},

@@ -27,3 +30,7 @@ "repository": {

},
"homepage": "https://github.com/Liu-Jinshuai/html-to-ast#readme"
"homepage": "https://github.com/Liu-Jinshuai/html-to-ast#readme",
"dependencies": {
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.21.1"
}
}
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