mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
5cfbc1485d
* fix(api): error handling when requesting tarball * add tarball test for scoped packages * update changeset * add logging for tarball requests * Revert * Update violet-boxes-float.md |
||
---|---|---|
.. | ||
src | ||
tests | ||
.babelrc | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
Streams
This project provides an extension of PassThrough
stream.
Detail
It provides 2 additional methods abort()
and done()
. Those implementations are widely use in the verdaccio core for handle tarballs
.