Socket
Socket
Sign inDemoInstall

quidproquo-webserver

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quidproquo-webserver - npm Package Compare versions

Comparing version 0.0.188 to 0.0.189

36

lib/commonjs/utils/qpqConfigAccessorsUtils.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getOwnedWebsocketSettings = exports.getWebsocketSettings = exports.resolveDomainRoot = exports.getDomainRoot = exports.getDefaultRouteSettings = exports.constructEnvironmentDomainName = exports.constructServiceDomainName = exports.resolveApexDomainNameFromDomainConfig = exports.getServiceDomainName = exports.getBaseDomainName = exports.getEnvironmentDomainName = exports.getCacheConfigByName = exports.getAllOwnedCertifcateConfigs = exports.getAllOwnedCacheConfigs = exports.getDomainProxyConfigs = exports.getWebEntryConfigs = exports.getDnsConfigs = exports.getApiConfigs = exports.getSubdomainRedirects = exports.getRedirectApiBuildFullPath = exports.getServiceFunctionFullPath = exports.getWebsocketEntryByApiName = exports.getWebsocketEntryFullPath = exports.getApiEntryFullPath = exports.getWebEntrySeoFullPath = exports.getWebEntryFullPath = exports.getWebEntry = exports.getDomainName = exports.getAllSrcEntries = exports.getAllWebsocketSrcEntries = exports.getAllOpenApiSpecs = exports.getAllServiceFunctions = exports.getAllSeo = exports.getAllApiKeyConfigs = exports.getAllRoutesForApi = exports.getAllRoutes = void 0;
const path = __importStar(require("path"));
const quidproquo_core_1 = require("quidproquo-core");

@@ -94,3 +70,3 @@ const config_1 = require("../config");

const getWebEntryFullPath = (qpqConfig, webEntryQPQWebServerConfigSetting) => {
return path.join(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), webEntryQPQWebServerConfigSetting.buildPath || '');
return (0, quidproquo_core_1.joinPaths)(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), webEntryQPQWebServerConfigSetting.buildPath || '');
};

@@ -103,3 +79,3 @@ exports.getWebEntryFullPath = getWebEntryFullPath;

}
return path.join(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), webEntryQPQWebServerConfigSetting.seoBuildPath);
return (0, quidproquo_core_1.joinPaths)(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), webEntryQPQWebServerConfigSetting.seoBuildPath);
};

@@ -112,3 +88,3 @@ exports.getWebEntrySeoFullPath = getWebEntrySeoFullPath;

}
return path.join(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), apiBuildPath);
return (0, quidproquo_core_1.joinPaths)(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), apiBuildPath);
};

@@ -121,3 +97,3 @@ exports.getApiEntryFullPath = getApiEntryFullPath;

}
return path.join(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), websocketBuildPath);
return (0, quidproquo_core_1.joinPaths)(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), websocketBuildPath);
};

@@ -139,3 +115,3 @@ exports.getWebsocketEntryFullPath = getWebsocketEntryFullPath;

}
return path.join(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), buildPath);
return (0, quidproquo_core_1.joinPaths)(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), buildPath);
};

@@ -145,3 +121,3 @@ exports.getServiceFunctionFullPath = getServiceFunctionFullPath;

const apiEntry = redirectConfig.apiBuildPath;
return path.join(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), apiEntry);
return (0, quidproquo_core_1.joinPaths)(quidproquo_core_1.qpqCoreUtils.getConfigRoot(qpqConfig), apiEntry);
};

@@ -148,0 +124,0 @@ exports.getRedirectApiBuildFullPath = getRedirectApiBuildFullPath;

6

package.json
{
"name": "quidproquo-webserver",
"version": "0.0.188",
"version": "0.0.189",
"description": "",

@@ -29,8 +29,8 @@ "main": "./lib/commonjs/index.js",

"@anthropic-ai/sdk": "^0.19.1",
"quidproquo-core": "0.0.188"
"quidproquo-core": "0.0.189"
},
"devDependencies": {
"quidproquo-tsconfig": "0.0.188",
"quidproquo-tsconfig": "0.0.189",
"typescript": "^4.9.3"
}
}
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