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

npm-registry-client

Package Overview
Dependencies
Maintainers
2
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 3.1.4 to 3.1.5

8

lib/request.js

@@ -28,8 +28,2 @@ var assert = require("assert")

var authThis = false
if (parsed.protocol === "npm") {
parsed.protocol = "https"
authThis = true
}
if (parsed.search) {

@@ -83,3 +77,3 @@ where = where + parsed.search

var authed = (authThis || alwaysAuth || isWrite) && !nu || uc || isDel
var authed = (alwaysAuth || isWrite) && !nu || uc || isDel
if (!authed) this.log.verbose("request", "no auth needed")

@@ -86,0 +80,0 @@

4

package.json

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

"description": "Client for the npm registry",
"version": "3.1.4",
"version": "3.1.5",
"repository": {

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

"mkdirp": "^0.5.0",
"normalize-package-data": "0.4",
"normalize-package-data": "~1.0.1",
"npm-cache-filename": "^1.0.0",

@@ -21,0 +21,0 @@ "once": "^1.3.0",

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