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

npm-registry-client

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-registry-client - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

lib/adduser.js

@@ -53,5 +53,5 @@

}
this.username = username
this.password = password
this.auth = new Buffer(username + ':' + password).toString('base64')
this.username = null
this.password = null
this.auth = null

@@ -81,2 +81,4 @@ cb = done.call(this, cb, pre)

this.auth = b.toString("base64")
this.username = username
this.password = password
}

@@ -83,0 +85,0 @@

@@ -5,3 +5,3 @@ {

"description": "Client for the npm registry",
"version": "0.1.1",
"version": "0.1.2",
"repository": {

@@ -8,0 +8,0 @@ "url": "git://github.com/isaacs/npm-registry-client"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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