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

tree-sitter-python

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-python - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

6

grammar.js

@@ -550,3 +550,3 @@ const PREC = {

))));
},
},

@@ -628,7 +628,7 @@ unary_operator: $ => prec(PREC.unary, seq(

attribute: $ => seq(
attribute: $ => prec(PREC.call, seq(
field('object', $._primary_expression),
'.',
field('attribute', $.identifier)
),
)),

@@ -635,0 +635,0 @@ subscript: $ => seq(

{
"name": "tree-sitter-python",
"version": "0.16.0",
"version": "0.16.1",
"description": "Python grammar for tree-sitter",

@@ -16,3 +16,3 @@ "main": "index.js",

"devDependencies": {
"tree-sitter-cli": "^0.16.1"
"tree-sitter-cli": "^0.16.5"
},

@@ -19,0 +19,0 @@ "scripts": {

@@ -1157,6 +1157,2 @@ [

"named": true
},
{
"type": "lambda",
"named": true
}

@@ -1538,6 +1534,2 @@ ]

"named": true
},
{
"type": "lambda",
"named": true
}

@@ -2293,2 +2285,6 @@ ]

{
"type": "\"",
"named": false
},
{
"type": "%",

@@ -2295,0 +2291,0 @@ "named": false

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