Socket
Socket
Sign inDemoInstall

@lezer/javascript

Package Overview
Dependencies
3
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.7 to 1.4.8

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 1.4.8 (2023-10-05)
### Bug fixes
Properly highlight `using` as a keyword.
## 1.4.7 (2023-08-23)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "@lezer/javascript",
"version": "1.4.7",
"version": "1.4.8",
"description": "lezer-based JavaScript grammar",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

@@ -7,3 +7,3 @@ import {styleTags, tags as t} from "@lezer/highlight"

"in of await yield void typeof delete instanceof": t.operatorKeyword,
"let var const function class extends": t.definitionKeyword,
"let var const using function class extends": t.definitionKeyword,
"import export from": t.moduleKeyword,

@@ -10,0 +10,0 @@ "with debugger as new": t.keyword,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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