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.7 to 0.13.8

1

grammar.js

@@ -266,2 +266,3 @@ const PREC = {

'for',
optional('await'),
'(',

@@ -268,0 +269,0 @@ optional(choice('var', 'let', 'const')),

2

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

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

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

{foo: bar}
for await (const chunk of stream) {
str += chunk;
}

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