npm package scope, access level, and visibility | npm Docs
Table of contents

Visibility of npm packages depends on the scope (namespace) in which the package is contained, and the access level (private or public) set for the package.

Note: To create organization-scoped packages, you must first create an organization. For more information, see "Creating an organization".

npm Package Access Matrix

Note: Only user accounts can create and manage unscoped packages. Organizations can only manage scoped packages.

Table of contents