• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

npm / arborist / #1080

Build:
Build:
LAST BUILD BRANCH:
DEFAULT BRANCH: master
Ran 25 Jun 2021 07:33PM UTC
Jobs 1
Files 38
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#1080

push

nlf
fix: pass integrity to pacote.extract

when crackOpen becomes true we were extracting the content through
pacote without providing an integrity, because of this pacote was
creating its own internal ssri IntegrityStream that uses the default
algorithm and piping the response data through that for reasons.
when the default algorithm differs from the current one, which is
often the case with older packages that had sha1 digests, we were
throwing an EINTEGRITY error attempting to compare the old and
correct sha1 to a new and unknown sha512 (the default). by passing
the node's current integrity value we ensure that pacote compares
the sha1 to a sha1 which works as expected.

3069 of 3069 branches covered (100.0%)

Branch coverage included in aggregate %.

4159 of 4159 relevant lines covered (100.0%)

565.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1080.1 25 Jun 2021 07:33PM UTC 0
100.0
Source Files on build #1080
Detailed source file information is not available for this build.
  • Back to Repo
  • d54afb0d on github
  • Prev Build on
  • Next Build on
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc