npm-registry-fetch
Advanced tools
Comparing version 14.0.3 to 14.0.4
@@ -15,3 +15,4 @@ const { URL } = require('url') | ||
if (url.password) { | ||
str = str.replace(url.password, replace) | ||
url.password = replace | ||
str = url.toString() | ||
} | ||
@@ -18,0 +19,0 @@ } catch { |
{ | ||
"name": "npm-registry-fetch", | ||
"version": "14.0.3", | ||
"version": "14.0.4", | ||
"description": "Fetch-based http client for use with npm registry APIs", | ||
@@ -44,8 +44,6 @@ "main": "lib", | ||
"@npmcli/eslint-config": "^4.0.0", | ||
"@npmcli/template-oss": "4.10.0", | ||
"@npmcli/template-oss": "4.13.0", | ||
"cacache": "^17.0.0", | ||
"mkdirp": "^1.0.4", | ||
"nock": "^13.2.4", | ||
"require-inject": "^1.4.4", | ||
"rimraf": "^3.0.2", | ||
"ssri": "^10.0.0", | ||
@@ -67,4 +65,5 @@ "tap": "^16.0.1" | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "4.10.0" | ||
"version": "4.13.0", | ||
"publish": "true" | ||
} | ||
} |
@@ -364,8 +364,9 @@ # npm-registry-fetch | ||
##### <a name="opts-noproxy"></a> `opts.noproxy` | ||
##### <a name="opts-noProxy"></a> `opts.noProxy` | ||
* Type: Boolean | ||
* Type: String | String[] | ||
* Default: process.env.NOPROXY | ||
If true, proxying will be disabled even if [`opts.proxy`](#opts-proxy) is used. | ||
If present, should be a comma-separated string or an array of domain extensions | ||
that a proxy should _not_ be used for. | ||
@@ -372,0 +373,0 @@ ##### <a name="opts-npmSession"></a> `opts.npmSession` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
38511
7
553
617
2