-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: SocketDev/socket-patch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SocketDev/socket-patch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 45 files changed
- 3 contributors
Commits on Mar 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 775f09f - Browse repository at this point
Copy the full SHA 775f09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe9215 - Browse repository at this point
Copy the full SHA bbe9215View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32cbba - Browse repository at this point
Copy the full SHA b32cbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e18576 - Browse repository at this point
Copy the full SHA 6e18576View commit details -
Add TypeScript schema library to npm wrapper (#35)
* feat: add TypeScript schema library to npm wrapper package Add pared-down TypeScript library to npm/socket-patch/ for use by depscan. Includes schema validation (zod), git-compatible hashing, manifest operations, recovery, and package-json postinstall helpers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: normalize path separators in Go crawler PURLs on Windows On Windows, `Path::strip_prefix` + `to_string_lossy()` produces backslashes in the relative path, which get embedded in the PURL (e.g., `pkg:golang/github.com\\gin-gonic\\gin@v1.9.1`). Replace backslashes with forward slashes to produce correct PURLs on all platforms. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * refactor: remove depscan-specific TS utilities, keep only schema Move operational code (constants, hashing, manifest operations, recovery, postinstall detection) back to depscan. Only the Zod schema and its tests remain in the npm wrapper package. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for a913b2f - Browse repository at this point
Copy the full SHA a913b2fView commit details -
chore: remove bin and optionalDependencies from npm wrapper package.json
The platform-specific binary packages and bin entry are only needed for the published npm package, not for the workspace submodule which is used solely as a schema library. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for e91377a - Browse repository at this point
Copy the full SHA e91377aView commit details -
fix: treat empty SOCKET_API_TOKEN as unset (#36)
When SOCKET_API_TOKEN is set to an empty string, the CLI should fall back to the public proxy path (same as when the variable is completely unset). Previously, `std::env::var().ok()` returned `Some("")` for an empty-but-set variable, which passed the `is_none()` check and sent the empty token to the authenticated API endpoint, causing "Unauthorized" errors. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for e26a818 - Browse repository at this point
Copy the full SHA e26a818View commit details
Commits on Mar 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5dc7c8d - Browse repository at this point
Copy the full SHA 5dc7c8dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.3...v1.7.0