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

@syntaxtree/html

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syntaxtree/html - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0

html.d.ts

49

package.json
{
"name": "@syntaxtree/html",
"version": "0.3.4",
"description": "HTML Concrete Syntax Tree",
"author": "Fumio Furukawa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://www.github.com/jumilla/node-syntaxtree.git"
},
"main": "index.mjs",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.mjs",
"index.mjs.map"
],
"scripts": {
"build": "../../node_modules/.bin/tsc"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "e5b1885f50971eaff512d24e2edba3255966bf95"
"name": "@syntaxtree/html",
"version": "0.4.0",
"description": "HTML Concrete Syntax Tree",
"author": "Fumio Furukawa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://www.github.com/jumilla/node-syntaxtree.git"
},
"main": "index.mjs",
"types": "index.d.ts",
"files": [
"html.*"
],
"scripts": {
"build": "../../node_modules/.bin/tsc"
},
"devDependencies": {
"@spellu/core": "0.3.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "3ce9fa05610d92ebef52d8750a56ef8985da5b3a"
}
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