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

tree-sitter-html

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-html - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

2

grammar.js

@@ -25,3 +25,3 @@ module.exports = grammar({

'<!',
/[Dd][Oo][Cc][Tt][Yy][Pp][Ee]/,
alias(/[Dd][Oo][Cc][Tt][Yy][Pp][Ee]/, 'doctype'),
/[^>]+/,

@@ -28,0 +28,0 @@ '>'

{
"name": "tree-sitter-html",
"version": "0.13.2",
"version": "0.13.3",
"description": "HTML grammar for tree-sitter",

@@ -16,6 +16,6 @@ "main": "index.js",

"dependencies": {
"nan": "^2.8.0"
"nan": "^2.10.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.13.1"
"tree-sitter-cli": "^0.13.7"
},

@@ -22,0 +22,0 @@ "scripts": {

@@ -19,4 +19,9 @@ {

{
"type": "PATTERN",
"value": "[Dd][Oo][Cc][Tt][Yy][Pp][Ee]"
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "[Dd][Oo][Cc][Tt][Yy][Pp][Ee]"
},
"named": false,
"value": "doctype"
},

@@ -23,0 +28,0 @@ {

Sorry, the diff of this file is not supported yet

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