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

npm-registry-fetch

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-registry-fetch - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="3.2.1"></a>
## [3.2.1](https://github.com/npm/registry-fetch/compare/v3.2.0...v3.2.1) (2018-08-16)
### Bug Fixes
* **opts:** pass through non-null opts.retry ([beba040](https://github.com/npm/registry-fetch/commit/beba040))
<a name="3.2.0"></a>

@@ -7,0 +17,0 @@ # [3.2.0](https://github.com/npm/registry-fetch/compare/v3.1.1...v3.2.0) (2018-07-27)

2

index.js

@@ -86,3 +86,3 @@ 'use strict'

referer: opts.refer,
retry: opts.retry || {
retry: opts.retry != null ? opts.retry : {
retries: opts['fetch-retries'],

@@ -89,0 +89,0 @@ factor: opts['fetch-retry-factor'],

{
"name": "npm-registry-fetch",
"version": "3.2.0",
"version": "3.2.1",
"description": "Fetch-based http client for use with npm registry APIs",

@@ -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