Socket
Socket
Sign inDemoInstall

@lezer/json

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md

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

## 1.0.2 (2023-12-28)
### Bug fixes
Tag strings as isolating for the purpose of bidirectional text.
## 1.0.1 (2023-07-03)

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

1

dist/index.js

@@ -24,2 +24,3 @@ import { LRParser } from '@lezer/lr';

nodeProps: [
["isolate", -2,6,11,""],
["openedBy", 7,"{",12,"["],

@@ -26,0 +27,0 @@ ["closedBy", 8,"}",13,"]"]

5

package.json
{
"name": "@lezer/json",
"version": "1.0.1",
"version": "1.0.2",
"description": "lezer-based JSON grammar",

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

"@lezer/generator": "^1.0.0",
"mocha": "^9.0.1",
"mocha": "^10.2.0",
"rollup": "^2.52.2",

@@ -23,2 +23,3 @@ "@rollup/plugin-node-resolve": "^9.0.0"

"dependencies": {
"@lezer/common": "^1.2.0",
"@lezer/highlight": "^1.0.0",

@@ -25,0 +26,0 @@ "@lezer/lr": "^1.0.0"

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

nodeProps: [
["isolate", -2,6,11,""],
["openedBy", 7,"{",12,"["],

@@ -14,0 +15,0 @@ ["closedBy", 8,"}",13,"]"]

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc