Skip to content
Permalink

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
Choose a base ref
...
head repository: SocketDev/socket-patch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 8 commits
  • 45 files changed
  • 3 contributors

Commits on Mar 5, 2026

  1. restore android build

    mikolalysenko committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    775f09f View commit details
    Browse the repository at this point in the history
  2. restore android

    mikolalysenko committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    bbe9215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b32cbba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e18576 View commit details
    Browse the repository at this point in the history
  5. 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>
    mikolalysenko and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    a913b2f View commit details
    Browse the repository at this point in the history
  6. 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>
    mikolalysenko and claude committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    e91377a View commit details
    Browse the repository at this point in the history
  7. 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>
    mikolalysenko and claude authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    e26a818 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Configuration menu
    Copy the full SHA
    5dc7c8d View commit details
    Browse the repository at this point in the history
Loading