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

@verdaccio/url

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/url - npm Package Compare versions

Comparing version 13.0.0-next-8.1 to 13.0.0-next-8.2

3

build/index.js

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

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