Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vsts-npm-auth

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vsts-npm-auth

Auth Helper for npm in Visual Studio Team Services

  • 0.37.0
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

VSTS Auth helper for npm

Integrate npm and Visual Studio Team Services with this authentication bootstrapper.

Get started

Install and run the tool

npm install -g vsts-npm-auth
vsts-npm-auth -config path-to-your\.npmrc

Integrate into a bootstrapper script

Configure your .npmrc in your project directory

registry=https://my-visualstudio-dot-com-npm-feed-here
always-auth=true

Configure your init bootstrapper

$ npm install -g vsts-npm-auth --registry https://registry.npmjs.com
$ vsts-npm-auth -config path-to-your\.npmrc

Platform support

The auth helper is currently only functional on a Windows machine. Users on other platforms will need to get a Personal Access Token from their Visual Studio Team Services account and manually configure their user .npmrc

Keywords

FAQs

Package last updated on 30 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc