commercetools / commercetools/nodejs
[product-json-to-csv] Use another unzip library
- Lenguaje dominante
- JavaScript
- Estrellas
- 77
- Forks
- 70
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In our unit tests we are using [unzip](https://github.com/commercetools/nodejs/blob/master/packages/product-json-to-csv/package.json#L62) module which comes from [this repo](https://github.com/EvanOxfeld/node-unzip) and has many open PRs, issues and [is not maintained anymore](https://github.com/EvanOxfeld/node-unzip/issues/95).
We should switch to some other library which has an active support, for example:
https://github.com/mhr3/unzip-stream
Guía de contribución
Línea de trabajo
Start in packages/product-json-to-csv/package.json, where the unzip test dependency is declared, then inspect the package's unit tests to check how it is used. Replace the unmaintained library with an actively supported alternative such as unzip-stream, and confirm the product-json-to-csv unit tests still pass.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, nodejs
- Área
- testing
- Tipo de issue
- Refactorización
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 58/100