| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @vercel_flags-core@1.3.1 source code.tar.gz | 2026-03-21 | 10.2 MB | |
| @vercel_flags-core@1.3.1 source code.zip | 2026-03-21 | 10.6 MB | |
| README.md | 2026-03-21 | 422 Bytes | |
| Totals: 3 Items | 20.8 MB | 0 | |
Patch Changes
-
b755ffe: Fix SDK key detection to avoid false positives with third-party identifiers.
The SDK key validation now uses a regex to require the format
vf_server_*orvf_client_*instead of accepting any string starting withvf_. This prevents false positives with third-party service identifiers that happen to start withvf_(e.g., Stripe identity flow IDs likevf_1PyHgVLpWuMxVFx...).