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.3 to 0.0.4

59

grammar.json

@@ -275,31 +275,7 @@ {

{
"type": "SEQ",
"members": [
{
"type": "ERROR",
"value": {
"type": "SYMBOL",
"name": "expression"
}
},
{
"type": "REPEAT",
"value": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": ","
},
{
"type": "ERROR",
"value": {
"type": "SYMBOL",
"name": "expression"
}
}
]
}
}
]
"type": "ERROR",
"value": {
"type": "SYMBOL",
"name": "expression"
}
},

@@ -794,2 +770,6 @@ {

"type": "SYMBOL",
"name": "comma_op"
},
{
"type": "SYMBOL",
"name": "bitwise_op"

@@ -1533,2 +1513,23 @@ },

},
"comma_op": {
"type": "PRECEDENCE",
"value": -3,
"rule": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "expression"
},
{
"type": "STRING",
"value": ","
},
{
"type": "SYMBOL",
"name": "expression"
}
]
}
},
"math_op": {

@@ -1535,0 +1536,0 @@ "type": "CHOICE",

{
"name": "tree-sitter-javascript",
"version": "0.0.3",
"version": "0.0.4",
"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