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.1 to 3.1.2

2

lib/fetch.js

@@ -29,3 +29,3 @@ var assert = require("assert")

req.on("response", function (res) {
client.log.http("fetch", res.statusCode, uri)
client.log.http("fetch", "" + res.statusCode, uri)

@@ -32,0 +32,0 @@ // Only retry on 408, 5xx or no `response`.

@@ -105,4 +105,8 @@ var assert = require("assert")

}
if (response)
self.log.verbose("headers", response.headers)
if (response) {
this.log.verbose("headers", response.headers)
if (response.headers["npm-notice"]) {
this.log.warn("notice", response.headers["npm-notice"])
}
}
cb.apply(null, arguments)

@@ -109,0 +113,0 @@ })

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

"description": "Client for the npm registry",
"version": "3.1.1",
"version": "3.1.2",
"repository": {

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

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