0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/packages/core/tarball
Juan Picado b745c8246f
chore: update versions (next-8) (#5012)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-20 19:02:00 +01:00
..
src chore: move tarball utils to core (#4972) 2024-12-20 14:21:09 +01:00
tests chore: move tarball utils to core (#4972) 2024-12-20 14:21:09 +01:00
.babelrc feat: update logger pino to latest (#4839) 2024-09-15 13:32:50 +02:00
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (next-8) (#5012) 2024-12-20 19:02:00 +01:00
LICENSE
package.json chore: update versions (next-8) (#5012) 2024-12-20 19:02:00 +01:00
README.md
tsconfig.build.json
tsconfig.json refactor: pass options instead request object (#2605) 2021-10-29 09:00:02 +02:00

Streams

CircleCI codecov verdaccio (latest) backers discord MIT node

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.

License

MIT (http://www.opensource.org/licenses/mit-license.php)