Socket
Socket
Sign inDemoInstall

npm-registry-fetch

Package Overview
Dependencies
8
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [8.0.2](https://github.com/npm/registry-fetch/compare/v8.0.1...v8.0.2) (2020-05-04)
### Bug Fixes
* update make-fetch-happen to 8.0.6 ([226df2c](https://github.com/npm/registry-fetch/commit/226df2c32e3f9ed8ceefcfdbd11efb178181b442))
## [8.0.0](https://github.com/npm/registry-fetch/compare/v7.0.1...v8.0.0) (2020-02-24)

@@ -7,0 +14,0 @@

2

default-opts.js

@@ -9,3 +9,3 @@ const pkg = require('./package.json')

registry: 'https://registry.npmjs.org/',
timeout: 30 * 1000,
timeout: 5 * 60 * 1000, // 5 minutes
strictSSL: true,

@@ -12,0 +12,0 @@ noProxy: process.env.NOPROXY,

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

@@ -33,3 +33,3 @@ "main": "index.js",

"lru-cache": "^5.1.1",
"make-fetch-happen": "^8.0.2",
"make-fetch-happen": "^8.0.6",
"minipass": "^3.0.0",

@@ -49,5 +49,5 @@ "minipass-fetch": "^1.1.2",

"ssri": "^8.0.0",
"standard": "^14.3.1",
"standard-version": "^7.0.1",
"tap": "^14.10.4"
"standard": "^14.3.3",
"standard-version": "^7.1.0",
"tap": "^14.10.7"
},

@@ -54,0 +54,0 @@ "tap": {

@@ -574,3 +574,3 @@ # npm-registry-fetch

* Type: Milliseconds
* Default: 30000 (30 seconds)
* Default: 300000 (5 minutes)

@@ -577,0 +577,0 @@ Time before a hanging request times out.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc