🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tree-sitter-cli

Package Overview
Dependencies
Maintainers
8
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-cli - npm Package Compare versions

Comparing version
0.25.10
to
0.26.3
+1
-0
dsl.d.ts

@@ -32,2 +32,3 @@ type AliasRule = { type: 'ALIAS'; named: boolean; content: Rule; value: string };

| RepeatRule
| ReservedRule
| SeqRule

@@ -34,0 +35,0 @@ | StringRule

+1
-1
The MIT License (MIT)
Copyright (c) 2018-2024 Max Brunsfeld
Copyright (c) 2018 Max Brunsfeld

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "tree-sitter-cli",
"version": "0.25.10",
"version": "0.26.3",
"author": {

@@ -30,3 +30,3 @@ "name": "Max Brunsfeld",

"install": "node install.js",
"prepack": "cp ../../LICENSE ../README.md .",
"prepack": "cp ../../../LICENSE ../README.md .",
"postpack": "rm LICENSE README.md"

@@ -33,0 +33,0 @@ },