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

npm-registry-fetch

Package Overview
Dependencies
Maintainers
6
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 14.0.3 to 14.0.4

3

lib/clean-url.js

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

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