

Contribute
Become a financial contributor.
Events
Protecting my Node.js project of dependency confusion attacks
What can possibly go wrong if I don’t E2E test my packages?
Verdaccio at Trivago Open Source Conference
Top financial contributors
Organizations
$8k USD since Oct 2019
$500 USD since Jun 2018
$486 USD since Jun 2019
$250 USD since Jun 2020
$150 USD since Oct 2020
$100 USD since May 2019
$75 USD since May 2019
$51 USD since Dec 2019
$50 USD since Nov 2020
$50 USD since Dec 2020
Individuals
$157 USD since May 2018
$75 USD since May 2019
$72 USD since Nov 2018
$50 USD since Aug 2019
$36 USD since Jul 2019
$25 USD since Feb 2019
$20 USD since Jul 2019
$20 USD since Jan 2021
$14 USD since Jul 2018
$11 USD since Jun 2019
verdaccio is all of us
Our contributors 42
Thank you for supporting verdaccio.
Mirus Research
Total contributions
$250 USD
No matter how questionable our packages are, you take good care of them. Thanks! =)
Tierney Cyren
Total contributions
$157 USD
Thanks for working on making a more sustainable ecosystem <3
FullCalendar
Total contributions
$100 USD
Verdaccio was instrumental in helping me test v4 of fullcalendar, where everything was broken into packages!

Budget
Transparent and open finances.
Digital Ocean Reimbursement
by Juan Carlos Picado • April 15, 2021
Monthly financial contribution to verdaccio (Backer)
from Till Sanders •
Monthly financial contribution to verdaccio
from Sterfive •
$5,484.08 USD
$8,945.68 USD
$3,461.60 USD
$6,050.38 USD

Connect
Let’s get the ball rolling!
News from verdaccio
Updates on our activities and progress.
Year update and 2021
Verdaccio 5.x update
OpenJS World 2020 report
Conversations
Let’s get the discussion going! This is a space for the community to converse, ask questions, say thank you, and get things done together.
If you like 😍 Verdaccio, feel free to drop your thoughts here 🥰
Published on January 21, 2020 by Juan Carlos Picado
:)

About
Verdaccio is a simple, zero-config-required local private npm registry. No need for an entire database just to get started! Verdaccio comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way. For those looking to extend their storage capabilities, Verdaccio supports various community-made plugins to hook into services such as Amazon's s3 and Google Cloud Storage.
Use private packages
If you want to use all benefits of npm package system in your company without sending all code to the public, and use your private packages just as easy as public ones.
Cache npmjs.org registry
If you have more than one server you want to install packages on, you might want to use this to decrease latency (presumably "slow" npmjs.org will be connected to only once per package/version) and provide limited failover (if npmjs.org is down, we might still find something useful in the cache) or avoid issues like How one developer just broke Node, Babel and thousands of projects in 11 lines of JavaScript, Many packages suddenly disappeared or Registry returns 404 for a package I have installed before.
Link multiple registries
If you use multiples registries in your organization and need to fetch packages from multiple sources in one single project you might take advance of the uplinks feature with Verdaccio, chaining multiple registries and fetching from one single endpoint.
Override public packages
If you want to use a modified version of some 3rd-party package (for example, you found a bug, but maintainer didn't accept pull request yet), you can publish your version locally under the same name.