npm-registry-fetch
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="4.0.4"></a> | ||
## [4.0.4](https://github.com/npm/registry-fetch/compare/v4.0.3...v4.0.4) (2020-04-28) | ||
<a name="4.0.3"></a> | ||
@@ -7,0 +12,0 @@ ## [4.0.3](https://github.com/npm/registry-fetch/compare/v4.0.2...v4.0.3) (2020-02-13) |
@@ -79,3 +79,3 @@ 'use strict' | ||
'timeout': { | ||
default: 30 * 1000 | ||
default: 0 | ||
}, | ||
@@ -82,0 +82,0 @@ 'user-agent': { |
{ | ||
"name": "npm-registry-fetch", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Fetch-based http client for use with npm registry APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -584,3 +584,3 @@ # npm-registry-fetch [![npm version](https://img.shields.io/npm/v/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch) [![license](https://img.shields.io/npm/l/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch) [![Travis](https://img.shields.io/travis/npm/npm-registry-fetch/latest.svg)](https://travis-ci.org/npm/npm-registry-fetch) [![AppVeyor](https://img.shields.io/appveyor/ci/zkat/npm-registry-fetch/latest.svg)](https://ci.appveyor.com/project/npm/npm-registry-fetch) [![Coverage Status](https://coveralls.io/repos/github/npm/npm-registry-fetch/badge.svg?branch=latest)](https://coveralls.io/github/npm/npm-registry-fetch?branch=latest) | ||
* Type: Milliseconds | ||
* Default: 30000 (30 seconds) | ||
* Default: 0 (no timeout) | ||
@@ -587,0 +587,0 @@ Time before a hanging request times out. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45216