Table of Contents

Enum NpmAccess

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

npm registry visibility for a published package.

public enum NpmAccess

Fields

Private = 2

Private registry visibility where supported.

Public = 1

Publicly visible.

Restricted = 0

Visible only to authorized users.