verdaccio / monorepo

🏰 Core dependencies and plugins for verdaccio 5.x branch ⚠️ DEPRECATED
https://verdaccio.org
MIT License
81 stars 62 forks source link

fix: Fix storing same named files from different pkgs in memory plugin #571

Closed danez closed 2 years ago

danez commented 2 years ago

Type: bug Scope: memory plugin

Description:

The memory plugin was not correctly writing tarballs that have the same name but are from different packages and have different content.

Backport of https://github.com/verdaccio/verdaccio/pull/3200