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

npm-cli-login

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-cli-login - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/login.js

@@ -24,5 +24,5 @@ var RegClient = require('npm-registry-client'),

}
fs.appendFileSync(path.join(process.env.HOME, '.npmrc'), '//' + registry + '/:_authToken="' + data.token + '"');
fs.appendFileSync(path.join(process.env.HOME, '.npmrc'), registry.slice(registry.search(/\:\/\//, '') + 1) + '/:_authToken="' + data.token + '"');
}
});
}
{
"name": "npm-cli-login",
"version": "0.0.2",
"version": "0.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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