deprecate-totp-2fa
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | --- |
| 2 | title: About private packages |
| 3 | --- |
| 4 | |
| 5 | <Note> |
| 6 | |
| 7 | To use private packages, you must |
| 8 | |
| 9 | - be using npm version 2.7.0 or greater. To upgrade, on the command line, run `npm install npm@latest -g` |
| 10 | - have a [paid user or organization account](https://www.npmjs.com/pricing) |
| 11 | |
| 12 | </Note> |
| 13 | |
| 14 | With npm private packages, you can use the npm registry to host code that is only visible to you and chosen collaborators, allowing you to manage and use private code alongside public code in your projects. |
| 15 | |
| 16 | Private packages always have a scope, and scoped packages are private by default. |
| 17 | |
| 18 | - **User-scoped private packages** can only be accessed by you and collaborators to whom you have granted read or read/write access. For more information, see "[Adding collaborators to private packages owned by a user account][user-pkg-add]". |
| 19 | - **Organization-scoped private packages** can only be accessed by teams that have been granted read or read/write access. For more information, see "[Managing team access to organization packages][team-pkg-add]". |
| 20 | |
| 21 | ## Next steps |
| 22 | |
| 23 | - "[Creating and publishing private packages][create-priv-pkg]" |
| 24 | - "[Using npm packages in your projects][use-pkg]" |
| 25 | |
| 26 | ## Resources |
| 27 | |
| 28 | <YouTube id="O6JoXGnHK_Y" /> |
| 29 | |
| 30 | [paid-acct]: https://www.npmjs.com/pricing |
| 31 | [user-pkg-add]: adding-collaborators-to-private-packages-owned-by-a-user-account |
| 32 | [team-pkg-add]: managing-team-access-to-organization-packages |
| 33 | [create-priv-pkg]: creating-and-publishing-private-packages |
| 34 | [install-pkgs]: installing-packages-and-dependencies#installing-private-packages |
| 35 | [use-pkg]: using-npm-packages-in-your-projects |