Does the badgemaker npm package call the shields.io API #7901
-
I want to use the shields.io API to generate badges, but I received a security concern about using an external API. I just found out about existence of the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No, it does not. The Shields.io service and it's underlying API/badge server are users of the You can see that dependency here: https://github.com/badges/shields/blob/master/package.json#L29, and as you already noted, review the relatively minimal code base of badge-maker to see that's the case https://github.com/badges/shields/tree/master/badge-maker |
Beta Was this translation helpful? Give feedback.
-
yep - badge-maker is completely standalone :) |
Beta Was this translation helpful? Give feedback.
No, it does not. The Shields.io service and it's underlying API/badge server are users of the
badge-maker
package, not the other way around.You can see that dependency here: https://github.com/badges/shields/blob/master/package.json#L29, and as you already noted, review the relatively minimal code base of badge-maker to see that's the case https://github.com/badges/shields/tree/master/badge-maker