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.2.0 to 0.3.0

2

grammar.js

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

identifier: $ => /[\a_]\w*/,
identifier: $ => /[a-zA-Z_]\w*/,

@@ -777,0 +777,0 @@ keyword_identifier: $ => alias(choice('print', 'exec'), $.identifier),

{
"name": "tree-sitter-python",
"version": "0.2.0",
"version": "0.3.0",
"description": "Python grammar for tree-sitter",

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

"devDependencies": {
"tree-sitter-cli": "^0.7.1"
"tree-sitter-cli": "^0.8.0"
},

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

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