alexfernandez / package-quality

Measurements of quality for packages, especially for npm
MIT License
312 stars 19 forks source link

Wrong data when npm package name contains a dot #55

Closed dpilafian closed 6 years ago

dpilafian commented 6 years ago

The page for the dna.js project shows metadata from the dna-js project.

packagequality

The tag line for: http://packagequality.com/#?package=dna.js displays: Human friendly data format.

It should display: An uncomplicated user interface library for semantic templates as can be seen on the dna.js npm page: https://www.npmjs.com/package/dna.js

Note that the tag line for: http://packagequality.com/#?package=dna-js correctly displays: Human friendly data format.

alexfernandez commented 6 years ago

@DiegoTUI Any clues?

tufosa commented 6 years ago

It seems like we are receiving errors while trying to re-estimate a package. Will try to fix it this week.

On Tue, Nov 21, 2017 at 10:49 AM, Alex Fernández notifications@github.com wrote:

@DiegoTUI https://github.com/diegotui Any clues?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alexfernandez/package-quality/issues/55#issuecomment-345973047, or mute the thread https://github.com/notifications/unsubscribe-auth/AFq7RFUdrlQL1T7bpaO5i-RLmljppCJcks5s4pyOgaJpZM4QlM_j .

DiegoTUI commented 6 years ago

I believe it is fixed now. @dpilafian can you check?