Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-05-01 04:09:11 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-05-01 05:26:41 +0300
commit5587ac01ffd0d2ea830a6bbb67bb34a611ffc409 (patch)
treeaa3a011aff9b8bfd1233edc8d1bea368f77f8a3b /node_modules
parent94ed456dfb0b122fd4192429024f034d06c3c454 (diff)
npm-registry-fetch@4.0.4
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/npm-registry-fetch/CHANGELOG.md5
-rw-r--r--node_modules/npm-registry-fetch/README.md2
-rw-r--r--node_modules/npm-registry-fetch/config.js2
-rw-r--r--node_modules/npm-registry-fetch/package.json22
4 files changed, 18 insertions, 13 deletions
diff --git a/node_modules/npm-registry-fetch/CHANGELOG.md b/node_modules/npm-registry-fetch/CHANGELOG.md
index 3599c6b2f..75b74eec6 100644
--- a/node_modules/npm-registry-fetch/CHANGELOG.md
+++ b/node_modules/npm-registry-fetch/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<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>
## [4.0.3](https://github.com/npm/registry-fetch/compare/v4.0.2...v4.0.3) (2020-02-13)
diff --git a/node_modules/npm-registry-fetch/README.md b/node_modules/npm-registry-fetch/README.md
index 80ce64cda..9f9c6d0e8 100644
--- a/node_modules/npm-registry-fetch/README.md
+++ b/node_modules/npm-registry-fetch/README.md
@@ -581,7 +581,7 @@ See also [`opts.ca`](#opts-ca).
##### <a name="opts-timeout"></a> `opts.timeout`
* Type: Milliseconds
-* Default: 30000 (30 seconds)
+* Default: 0 (no timeout)
Time before a hanging request times out.
diff --git a/node_modules/npm-registry-fetch/config.js b/node_modules/npm-registry-fetch/config.js
index d7be3f9b3..c4e8b6874 100644
--- a/node_modules/npm-registry-fetch/config.js
+++ b/node_modules/npm-registry-fetch/config.js
@@ -76,7 +76,7 @@ module.exports = figgyPudding({
'spec': {},
'strict-ssl': {},
'timeout': {
- default: 30 * 1000
+ default: 0
},
'user-agent': {
default: `${
diff --git a/node_modules/npm-registry-fetch/package.json b/node_modules/npm-registry-fetch/package.json
index ca6c5f90c..c1582514e 100644
--- a/node_modules/npm-registry-fetch/package.json
+++ b/node_modules/npm-registry-fetch/package.json
@@ -1,19 +1,19 @@
{
- "_from": "npm-registry-fetch@4.0.3",
- "_id": "npm-registry-fetch@4.0.3",
+ "_from": "npm-registry-fetch@4.0.4",
+ "_id": "npm-registry-fetch@4.0.4",
"_inBundle": false,
- "_integrity": "sha512-WGvUx0lkKFhu9MbiGFuT9nG2NpfQ+4dCJwRwwtK2HK5izJEvwDxMeUyqbuMS7N/OkpVCqDorV6rO5E4V9F8lJw==",
+ "_integrity": "sha512-6jb34hX/iYNQebqWUHtU8YF6Cjb1H6ouTFPClYsyiW6lpFkljTpdeftm53rRojtja1rKAvKNIIiTS5Sjpw4wsA==",
"_location": "/npm-registry-fetch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-registry-fetch@4.0.3",
+ "raw": "npm-registry-fetch@4.0.4",
"name": "npm-registry-fetch",
"escapedName": "npm-registry-fetch",
- "rawSpec": "4.0.3",
+ "rawSpec": "4.0.4",
"saveSpec": null,
- "fetchSpec": "4.0.3"
+ "fetchSpec": "4.0.4"
},
"_requiredBy": [
"#USER",
@@ -28,10 +28,10 @@
"/npm-profile",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.3.tgz",
- "_shasum": "3c2179e39e04f9348b1c2979545951d36bee8766",
- "_spec": "npm-registry-fetch@4.0.3",
- "_where": "/Users/darcyclarke/Documents/Repos/npm/cli",
+ "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.4.tgz",
+ "_shasum": "2da1ecf3f43d419d96abf313664291a4623d3ea5",
+ "_spec": "npm-registry-fetch@4.0.4",
+ "_where": "/Users/ruyadorno/Documents/workspace/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -102,5 +102,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "4.0.3"
+ "version": "4.0.4"
}