New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tree-sitter-javascript

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-javascript - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

12

grammar.json

@@ -1955,7 +1955,7 @@ {

"type": "PATTERN",
"value": "[^\"]"
"value": "[^\\\\\"\\n]"
},
{
"type": "STRING",
"value": "\\\""
"type": "PATTERN",
"value": "\\\\."
}

@@ -1985,7 +1985,7 @@ ]

"type": "PATTERN",
"value": "[^']"
"value": "[^\\\\'\\n]"
},
{
"type": "STRING",
"value": "\\'"
"type": "PATTERN",
"value": "\\\\."
}

@@ -1992,0 +1992,0 @@ ]

{
"name": "tree-sitter-javascript",
"version": "0.0.5",
"version": "0.0.6",
"description": "Javascript grammar for node-tree-sitter",

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

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