@safedep/pmg 0.18.1 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -149,6 +149,7 @@ PMG supports the tools you already use:
149
149
  | | `npx` | `npx <pkg>` |
150
150
  | | `pnpx` | `pnpx <pkg>` |
151
151
  | **Python** | `pip` | `pip install <pkg>` |
152
+ | | `pipx` | `pipx run <pkg>` |
152
153
  | | `poetry` | `poetry add <pkg>` |
153
154
  | | `uv` | `uv add <pkg>` |
154
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@safedep/pmg",
3
- "version": "0.18.1",
3
+ "version": "0.19.0",
4
4
  "description": "PMG - Package Manager Guard: protect developers from malicious packages",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -32,11 +32,11 @@
32
32
  "dist/**"
33
33
  ],
34
34
  "optionalDependencies": {
35
- "@safedep/pmg-darwin-x64": "0.18.1",
36
- "@safedep/pmg-linux-arm64": "0.18.1",
37
- "@safedep/pmg-linux-x64": "0.18.1",
38
- "@safedep/pmg-darwin-arm64": "0.18.1",
39
- "@safedep/pmg-win32-x64": "0.18.1"
35
+ "@safedep/pmg-linux-x64": "0.19.0",
36
+ "@safedep/pmg-darwin-x64": "0.19.0",
37
+ "@safedep/pmg-darwin-arm64": "0.19.0",
38
+ "@safedep/pmg-linux-arm64": "0.19.0",
39
+ "@safedep/pmg-win32-x64": "0.19.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "25.9.1",