| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1135 +/- ##
=======================================
Coverage 57.19% 57.19%
=======================================
Files 53 53
Lines 10367 10367
=======================================
Hits 5929 5929
Misses 4438 4438 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
npm-shrinkwrap.json previously ensured that a consumer installing the NCU package would also install the exact dependency versions from npm-shrinkwrap.json. This npm feature is being withdrawn. To avoid exposing NCU consumers to supply chain issues in transitive dependencies, we now bundle a copy of our "locked" dependency tree in the package that is published to npm.
|
Rebased. |
Sorry, something went wrong.
There was a problem hiding this comment.
Based
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Alternative to #1121.
"Locks" the full dependency tree for consumers by bundling the dependencies (as constrained by our own package-lock.json) with the published package.
The size of the @node-core/utils package goes from
to
although the dependencies that are now bundled would previously have to be resolved and installed by npm anyway.
The main differences from shrinkwrap:
Fixes: #1078