@orion-js/http
Advanced tools
Comparing version 3.1.6 to 3.1.10
@@ -7,5 +7,6 @@ "use strict"; | ||
exports.getApp = exports.startServer = void 0; | ||
const helpers_1 = require("@orion-js/helpers"); | ||
const express_1 = __importDefault(require("express")); | ||
global.appRef = null; | ||
const startServer = (port = Number(process.env.PORT)) => { | ||
const startServer = (port = Number((0, helpers_1.internalGetEnv)('http_port', 'PORT'))) => { | ||
const app = (0, exports.getApp)(); | ||
@@ -12,0 +13,0 @@ app.listen(port); |
{ | ||
"name": "@orion-js/http", | ||
"version": "3.1.6", | ||
"version": "3.1.10", | ||
"main": "lib/index.js", | ||
@@ -20,4 +20,4 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@orion-js/helpers": "^3.1.6", | ||
"@orion-js/resolvers": "^3.1.6", | ||
"@orion-js/helpers": "^3.1.10", | ||
"@orion-js/resolvers": "^3.1.10", | ||
"@orion-js/schema": "^3.1.6", | ||
@@ -43,3 +43,3 @@ "body-parser": "1.19.0", | ||
}, | ||
"gitHead": "cb180a6a89ee2042f9d3dc80725f3aa05705a963" | ||
"gitHead": "40fa0800303f49ad08890b2bedff2cdadb81360d" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
22007
505
1
Updated@orion-js/helpers@^3.1.10
Updated@orion-js/resolvers@^3.1.10