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

tree-sitter-json

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-json - npm Package Compare versions

Comparing version 0.15.1 to 0.16.0

2

grammar.js

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

string_content: $ => repeat1(choice(
token.immediate(/[^\\"\n]/),
token.immediate(/[^\\"\n]+/),
$.escape_sequence

@@ -48,0 +48,0 @@ )),

{
"name": "tree-sitter-json",
"version": "0.15.1",
"version": "0.16.0",
"description": "JSON grammar for tree-sitter",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -211,3 +211,3 @@ {

"type": "PATTERN",
"value": "[^\\\\\"\\n]"
"value": "[^\\\\\"\\n]+"
}

@@ -214,0 +214,0 @@ },

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