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

tree-sitter-javascript

Package Overview
Dependencies
Maintainers
6
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.13.6 to 0.13.7

5

grammar.js

@@ -52,10 +52,11 @@ const PREC = {

$._jsx_identifier,
$._property_name,
],
conflicts: $ => [
[$._expression, $.method_definition, $.arrow_function],
[$._expression, $._property_name],
[$._expression, $._property_name, $.arrow_function],
[$._expression, $.arrow_function],
[$._expression, $.method_definition],
[$._expression, $.formal_parameters],
[$.labeled_statement, $._property_name],
[$.assignment_pattern, $.assignment_expression],

@@ -62,0 +63,0 @@ [$.computed_property_name, $.array],

2

package.json
{
"name": "tree-sitter-javascript",
"version": "0.13.6",
"version": "0.13.7",
"description": "Javascript grammar for node-tree-sitter",

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

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

const a = null, {b} = c
{foo: bar}

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

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