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

patchloom

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patchloom - npm Package Compare versions

Comparing version
0.25.0
to
0.26.0
+2
-2
npm-shrinkwrap.json

@@ -26,3 +26,3 @@ {

"name": "patchloom",
"version": "0.25.0"
"version": "0.26.0"
},

@@ -546,3 +546,3 @@ "node_modules/@isaacs/cliui": {

"requires": true,
"version": "0.25.0"
"version": "0.26.0"
}
{
"artifactDownloadUrls": [
"https://github.com/patchloom/patchloom/releases/download/patchloom-v0.25.0"
"https://github.com/patchloom/patchloom/releases/download/patchloom-v0.26.0"
],

@@ -136,3 +136,3 @@ "author": "Sebastien Tardif",

},
"version": "0.25.0",
"version": "0.26.0",
"volta": {

@@ -139,0 +139,0 @@ "node": "18.14.1",

+13
-16

@@ -167,2 +167,6 @@ <p align="center">

Prefer channels that track each GitHub Release (Homebrew, Scoop, crates,
npm, Releases). winget and Chocolatey community catalogs are for discovery
only; they often lag for days or weeks.
```bash

@@ -174,26 +178,19 @@ # Homebrew (macOS/Linux)

cargo install patchloom
# npm / npx (downloads the platform binary from GitHub Releases)
npx patchloom --version
# or: npm install -g patchloom
```
```powershell
# Scoop (Windows)
# Scoop (Windows; recommended Windows channel)
scoop bucket add patchloom https://github.com/patchloom/scoop-bucket
scoop install patchloom/patchloom
# winget (Windows; PackageIdentifier Patchloom.Patchloom)
winget install Patchloom.Patchloom
# Chocolatey (Windows; community feed; newer versions may lag moderation)
choco install patchloom
```
```bash
# npm / npx (downloads the platform binary from GitHub Releases)
npx patchloom --version
# or: npm install -g patchloom
```
Pre-built binaries for Linux, macOS, and Windows are on the
[Releases](https://github.com/patchloom/patchloom/releases/latest) page.
See [Installation](./docs/getting-started/installation.md) for shell
installer scripts, source builds, and shell completion setup.
installer scripts, source builds, shell completions, and the winget /
Chocolatey discovery listings.

@@ -302,3 +299,3 @@ - MCP Registry name: `mcp-name: io.github.patchloom/patchloom`

[dependencies]
patchloom = { version = "0.22", default-features = false }
patchloom = { version = "0.25.0", default-features = false }
```

@@ -518,3 +515,3 @@

|---|---|
| CLI | Published on [crates.io](https://crates.io/crates/patchloom), [Homebrew](https://github.com/patchloom/homebrew-tap), [Scoop](https://github.com/patchloom/scoop-bucket), [Chocolatey](https://community.chocolatey.org/packages/patchloom) (`choco install patchloom`), and [npm](https://www.npmjs.com/package/patchloom) (`npx patchloom`). [winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Patchloom/Patchloom) (`winget install Patchloom.Patchloom`; community index may lag the latest GitHub Release). |
| CLI | Install from [crates.io](https://crates.io/crates/patchloom), [Homebrew](https://github.com/patchloom/homebrew-tap), [Scoop](https://github.com/patchloom/scoop-bucket), [npm](https://www.npmjs.com/package/patchloom) (`npx patchloom`), or [GitHub Releases](https://github.com/patchloom/patchloom/releases/latest). Also listed on [winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/Patchloom/Patchloom) and [Chocolatey](https://community.chocolatey.org/packages/patchloom) for search discovery only (community indexes often lag the latest release). |
| MCP server | Official [MCP Registry](https://registry.modelcontextprotocol.io/) name `io.github.patchloom/patchloom` (stdio; crates.io / npm packages; see `server.json`). Local MCPB for [Smithery](https://smithery.ai/) / desktop hosts: `make pack-mcpb` (`mcpb/`). [Glama](https://glama.ai/mcp/servers) directory prep: root `glama.json` + manual **Add MCP Server** (see [MCP setup](./docs/getting-started/mcp-setup.md#glama-directory)) |

@@ -521,0 +518,0 @@ | Editor extension | Published on [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=patchloom.patchloom) and [Open VSX](https://open-vsx.org/extension/patchloom/patchloom) |

Sorry, the diff of this file is too big to display