🎩 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.26.8
to
0.26.9
+1
-1
package.json
{
"name": "tree-sitter-cli",
"version": "0.26.8",
"version": "0.26.9",
"author": {

@@ -5,0 +5,0 @@ "name": "Max Brunsfeld",

@@ -14,12 +14,11 @@ # Tree-sitter CLI

You can install the `tree-sitter-cli` with `cargo`:
You can install the `tree-sitter-cli` with `cargo-binstall`:
```sh
cargo install --locked tree-sitter-cli
cargo binstall tree-sitter-cli
```
or with `npm`:
or you can build it from source:
```sh
npm install tree-sitter-cli
cargo install --locked tree-sitter-cli
```

@@ -26,0 +25,0 @@