@mondoohq/xgrep_windows_arm64 0.2.0 → 0.3.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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/xgrep.exe +0 -0
package/README.md CHANGED
@@ -7,8 +7,8 @@ language-aware, AST-based pattern matching. It optimizes for **accuracy** — wh
7
7
  it reports a vulnerability, it should be real and exploitable — and adds
8
8
  code-intelligence and AI-agent features on top of scanning.
9
9
 
10
- This npm package ships prebuilt `xgrep` binaries for Linux and Windows
11
- (amd64 and arm64).
10
+ This npm package ships prebuilt `xgrep` binaries for Linux, macOS, and Windows
11
+ (amd64 and arm64; the macOS binaries are signed and notarized).
12
12
 
13
13
  ## Quick start
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mondoohq/xgrep_windows_arm64",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "bin": {
5
5
  "xgrep_windows_arm64": "xgrep.exe"
6
6
  },
package/xgrep.exe CHANGED
Binary file