Closed edkim-finch closed 3 weeks ago
This is somehow fixed when compiling the code from the main
branch.
I’m not sure what could be the difference… 🤔
Will update the package soon anyway to patch vulnerabitilies and include a fix for a separate issue.
FYI, the package is available on npm.
Thank you!!On Oct 27, 2024, at 12:40 AM, Maxime Labelle @.***> wrote: FYI, the package is available on npm.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
search({ index: 0 }, '$.index')
returnsnull
instead of0
search({ index: 1 }, '$.index')
correctly returns1
search({ index: 0 }, 'index')
correctly returns0