0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00
verdaccio/packages/core/url
Juan Picado 4c54c0c67d
feat: update dependencies (#4738)
* udapte deps step1

* udpate 2

* update 3
2024-07-28 14:06:47 +02:00
..
src patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array (#4613) 2024-06-02 10:11:25 +02:00
tests patch(core/url): Throw if VERDACCIO_FORWARDED_PROTO resolves to an array (#4613) 2024-06-02 10:11:25 +02:00
.babelrc fix: build targets for 5x modules (#3576) 2023-01-28 12:12:14 +01:00
.eslintignore
.eslintrc.json
.gitignore
CHANGELOG.md chore: update versions (next-7) (#4711) 2024-07-21 18:06:35 +02:00
jest.config.js
LICENSE
package.json feat: update dependencies (#4738) 2024-07-28 14:06:47 +02:00
README.md
tsconfig.build.json
tsconfig.json

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)