lockvet v0.3.15
CocoaPods joins the registry lineup
npm · PyPI · crates.io · RubyGems · Packagist · NuGet · Hex · Go · Pub · CocoaPods — and this one fills the biggest blank spot yet: neither OSV nor deps.dev has a CocoaPods system, so until now Podfile.lock diffs were explained with no registry data at all. lockvet now reads the registry the same way pod install does:
-
Registry-verified unlisted detection from the sharded CDN index (
all_pods_versions_*.txt— the exact file CocoaPods resolves against): an incoming version missing while the pod's other versions are listed is what a deleted or moderated release looks like.-fail-on unlistedgates it. -
Release ages and the ⏱ cooldown flag from the trunk API's per-version publish timestamps.
-
Deprecated pods land in the deprecation lane with the podspec's named successor — a live catch:
↑ Fabric 1.7.12 → 1.7.13 patch (direct) (7y old) ● deprecated upstream: deprecated on CocoaPods; in favor of FirebaseCrashlytics -
License changes old → new from the two versions' podspecs, and the upstream repo from
source.gitfeeds the tag-verified changelog/compare-link layer (-changelogsshows Alamofire release notes; Firebase's monorepo links resolve).
Podfile.lock parsing got the full treatment while at it:
- Via-chains: pod bumps now say
(direct)orvia Firebase › FirebaseCorelike npm and Cargo diffs do, from the PODS requirement graph + DEPENDENCIES roots.-only <pod>follows the chains. - NonRegistry exemptions: pods pinned from git/path (
EXTERNAL SOURCES) or served by a private specs repo are exempt from registry checks — Signal-iOS's git-pinnedLibSignalClientstays quiet, no false flags.
The browser playground reads the CDN through its CORS-open jsDelivr mirror (trunk sends no CORS headers, so in-browser pod reports carry no ages).
Validated on 70 real Podfile.lock commits across Signal-iOS and Artsy/eigen: 0 failures, 0 false unlisted flags.
Install / upgrade: brew upgrade lockvet · scoop update lockvet · go install github.com/matteo-sung/lockvet@v0.3.15 · binaries below · docker pull ghcr.io/matteo-sung/lockvet:0.3.15