Uh oh!
There was an error while loading. Please reload this page.
lib: use bracket notation instead of startsWith/endsWith for single char - #61500
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #61500 +/- ##
==========================================
- Coverage 90.12% 90.12% -0.01%
==========================================
Files 752 752 Lines 252312 252319 +7 Branches 47432 47436 +4 ==========================================
+ Hits 227404 227406 +2
Misses 16217 16217 - Partials 8691 8696 +5
🚀 New features to boost your workflow:
|
startsWith/endsWith for single charkimtaejin3
commented
Mar 4, 2026
@anonrig Could you please check the progress of this PR? It looks like it might be stuck after approval. |
This pull request has been marked as stale due to 90 days of inactivity. |
d6f31dc to
fb03a1eComparetrivikr
commented
Aug 21, 2026
@kimtaejin3 Can you please sign the first commit and force push? It's required as per updated instructions
|
Signed-off-by: Taejin Kim <rlaxowls1316@naver.com>
fb03a1e to
5355e9fCompare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Aug 22, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 23, 2026
Landed in 2df4ce7 |
Signed-off-by: Taejin Kim <rlaxowls1316@naver.com> PR-URL: #61500 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Signed-off-by: Taejin Kim <rlaxowls1316@naver.com> PR-URL: #61500 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Signed-off-by: Taejin Kim <rlaxowls1316@naver.com> PR-URL: #61500 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This PR avoids potential prototype pollution and improves performance by replacing method calls with
direct property access.