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

@lezer/html

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lezer/html - npm Package Compare versions

Comparing version 1.3.7 to 1.3.8

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 1.3.8 (2023-12-28)
### Bug fixes
Add `bidiIsolate` node props for tags, comments, and attributes.
Mark tags, attributes, and comments as isolating for bidirectional text.
## 1.3.7 (2023-11-23)

@@ -2,0 +10,0 @@

3

dist/index.js

@@ -263,3 +263,4 @@ import { ContextTracker, ExternalTokenizer, LRParser } from '@lezer/lr';

["openedBy", 4,"StartTag StartCloseTag",5,"StartTag",-4,29,32,35,37,"OpenTag"],
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"]
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"],
["isolate", -11,21,29,30,32,33,35,36,37,38,41,42,"ltr",-3,26,27,39,""]
],

@@ -266,0 +267,0 @@ propSources: [htmlHighlighting],

{
"name": "@lezer/html",
"version": "1.3.7",
"version": "1.3.8",
"description": "lezer-based HTML grammar",

@@ -25,3 +25,3 @@ "main": "dist/index.cjs",

"@lezer/highlight": "^1.0.0",
"@lezer/common": "^1.0.0"
"@lezer/common": "^1.2.0"
},

@@ -28,0 +28,0 @@ "repository": {

@@ -16,3 +16,4 @@ // This file was generated by lezer-generator. You probably shouldn't edit it.

["openedBy", 4,"StartTag StartCloseTag",5,"StartTag",-4,29,32,35,37,"OpenTag"],
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"]
["group", -9,14,17,18,19,20,39,40,41,42,"Entity",16,"Entity TextContent",-3,28,31,34,"TextContent Entity"],
["isolate", -11,21,29,30,32,33,35,36,37,38,41,42,"ltr",-3,26,27,39,""]
],

@@ -19,0 +20,0 @@ propSources: [htmlHighlighting],

Sorry, the diff of this file is not supported yet

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