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

tree-sitter-python

Package Overview
Dependencies
Maintainers
2
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.12.0 to 0.12.1

19

corpus/statements.txt

@@ -756,2 +756,21 @@ =====================================

====================================================
Comments after dedents
====================================================
if a:
b
# one
c
---
(module
(if_statement
(identifier)
(expression_statement (identifier)))
(comment)
(expression_statement (identifier)))
====================================================
Newline tokens followed by comments

@@ -758,0 +777,0 @@ ====================================================

2

package.json
{
"name": "tree-sitter-python",
"version": "0.12.0",
"version": "0.12.1",
"description": "Python grammar for tree-sitter",

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

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