question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug in badges with scoped packages

See original GitHub issue

Because the “workaround” https://github.com/amio/badgen-service/blob/master/libs/live-fns/npm.js#L96

It seems that https://registry.npmjs.org/@babel%2Fcore/* shows empty object but removing the star shows all versions.

proof: https://registry.npmjs.org/@babel%2Fcore

It’s interesting why with @nestjs/core/* it still works 😆

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
amiocommented, Jul 25, 2018

👆 Should add this to knowledge base.

1reaction
tunnckoCorecommented, Jul 25, 2018

just a note for curious devs working with the NPM API: endpoint registry.npmjs.org/[pkg-name]

a) with scoped packages there is no /latest, but have /dist-tag-name b) for not scoped ones is exactly the opposite - there IS /latest, but not have /dist-tag-name

pahahahaha

Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js version for scoped packages seams broken · Issue #723 ...
Node.js version for scoped packages seams to be broken, it works for non-scoped packages through. Package, Scope, Badge. express, not scoped.
Read more >
Badges with icons don't align with badges without icons (#1950 ...
Description When putting multiple badge next to each other, the badge with the icon is higher, so they don't align:
Read more >
npm scoped packages and private registry - Stack Overflow
As NPM says in the documentation, all private packages are scoped, and scopes can be associated to custom registries.
Read more >
Ubuntu Manpage: npm-scope - Scoped packages
A scope follows the usual rules for package names (url-safe characters, no leading dots or underscores). When used in package names, preceded by...
Read more >
thread-scoped - crates.io: Rust Package Registry
thread-scoped. travis-badge release-badge docs-badge license-badge. A std::thread::spawn() that can access its current scope.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found