You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add defensive check for whichBinSync return value
The published version of @socketsecurity/registry may return a string
when only one result is found even with all: true. This defensive check
handles both cases to ensure compatibility with the current published
version and future versions that properly return an array.
0 commit comments