What's implied with 1 user when using private packages? #123608
-
At the pricing page, I can't find any definition of what a "user" is. It says the price per user is 7$, but my question would be:
If the former is the case, this makes npm private packages the hottest candidate for me to distribute closed source code to my users. If the latter is the case, that would be way too expensive for me, since I would potentially pay $7 each, for dozens of people who just download my assets. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Both of them are correct. |
Beta Was this translation helpful? Give feedback.
Both of them are correct.
If you have an organization with a private packages plan, your organization will cost you seven (7) dollars a month per user. The $7 charge is a flat fee for any member of the organization even if the teams the member belongs do not have access to private packages
The monthly amount will be the number of members in your organization multiplied by $7. But then if someone wants to use that package they either have to be a member of your organization to have access to that package or you can directly grant read (or read-write) permissions to your user's NPM account for that specific package, just like private git repositories.