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.0.0 to 3.0.1

test/redirects.js

2

lib/request.js

@@ -23,3 +23,3 @@ module.exports = regRequest

options = options || {}
var nofollow = !options.follow
var nofollow = (typeof options.follow === 'boolean' ? !options.follow : false)
var etag = options.etag

@@ -26,0 +26,0 @@ var what = options.body

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

"description": "Client for the npm registry",
"version": "3.0.0",
"version": "3.0.1",
"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