| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #61198 +/- ##
==========================================
+ Coverage 88.53% 88.55% +0.01%
==========================================
Files 703 703
Lines 208599 208613 +14
Branches 40229 40243 +14
==========================================
+ Hits 184685 184728 +43
+ Misses 15939 15894 -45
- Partials 7975 7991 +16
... and 31 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Replace native methods with primordials.
Sorry, something went wrong.
|
The benchmarks can be run with CATEGORY=assert and FILTER=deepequal once the CI is fixed in nodejs/build#4374 |
Sorry, something went wrong.
PR-URL: #61198 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Jordan Harband <ljharb@gmail.com>
PR-URL: #61198 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Jordan Harband <ljharb@gmail.com>
| Back | FazBrowse Home | New Git URL |
Replace native array.push() with ArrayPrototypePush in lib/internal/util/comparisons.js for consistency and security.
This improves protection against prototype pollution and aligns with the primordials pattern used throughout the codebase.