Versions in this module Expand all Collapse all v1 v1.1.0 Mar 3, 2025 Changes in this version + func New(settings Settings, pipeline drone.Pipeline, network drone.Network) drone.Plugin + type Plugin struct + func (p *Plugin) CompareRegistries(nc npmConfig) (bool, error) + func (p *Plugin) Execute() error + func (p *Plugin) Validate() error + type Settings struct + Access string + Email string + FailOnVersionConflict bool + Folder string + Password string + Registry string + SkipRegistryValidation bool + SkipWhoami bool + Tag string + Token string + Username string