@verdaccio/url
Advanced tools
Comparing version 13.0.0-next-8.1 to 13.0.0-next-8.2
@@ -104,3 +104,2 @@ "use strict"; | ||
} else if (requestOptions.headers['host']) { | ||
var _process$env$VERDACCI, _process$env$VERDACCI2; | ||
const host = requestOptions.headers['host']; | ||
@@ -112,3 +111,3 @@ if (!isHost(host)) { | ||
// 'X-Forwarded-Proto' is the default header | ||
const protoHeader = (_process$env$VERDACCI = (_process$env$VERDACCI2 = process.env.VERDACCIO_FORWARDED_PROTO) === null || _process$env$VERDACCI2 === void 0 ? void 0 : _process$env$VERDACCI2.toLocaleLowerCase()) !== null && _process$env$VERDACCI !== void 0 ? _process$env$VERDACCI : _core.HEADERS.FORWARDED_PROTO.toLowerCase(); | ||
const protoHeader = process.env.VERDACCIO_FORWARDED_PROTO?.toLocaleLowerCase() ?? _core.HEADERS.FORWARDED_PROTO.toLowerCase(); | ||
const forwardedProtocolHeaderValue = requestOptions.headers[protoHeader]; | ||
@@ -115,0 +114,0 @@ if (Array.isArray(forwardedProtocolHeaderValue)) { |
# Change Log | ||
## 13.0.0-next-8.2 | ||
### Minor Changes | ||
- 6a8154c: feat: update logger pino to latest | ||
### Patch Changes | ||
- Updated dependencies [6a8154c] | ||
- @verdaccio/core@8.0.0-next-8.2 | ||
## 13.0.0-next-8.1 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@verdaccio/url", | ||
"version": "13.0.0-next-8.1", | ||
"version": "13.0.0-next-8.2", | ||
"description": "url utilities resolver", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=18" | ||
}, | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"dependencies": { | ||
"@verdaccio/core": "8.0.0-next-8.1", | ||
"@verdaccio/core": "8.0.0-next-8.2", | ||
"debug": "4.3.7", | ||
@@ -44,3 +44,3 @@ "lodash": "4.17.21", | ||
"devDependencies": { | ||
"@verdaccio/types": "13.0.0-next-8.0", | ||
"@verdaccio/types": "13.0.0-next-8.1", | ||
"node-mocks-http": "1.14.1" | ||
@@ -47,0 +47,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
59458
735
+ Added@verdaccio/core@8.0.0-next-8.2(transitive)
- Removed@verdaccio/core@8.0.0-next-8.1(transitive)