Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ladjs/shared-config

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ladjs/shared-config - npm Package Compare versions

Comparing version
9.0.1
to
9.1.0
+1
-1
index.js

@@ -32,3 +32,3 @@ const fs = require('fs');

const port = process.env[`${prefix}_PORT`] || 0;
const serverHost = process.env[`${prefix}_SERVER_HOST`] || '0.0.0.0';
const serverHost = process.env[`${prefix}_SERVER_HOST`] || '::';
const protocol = process.env[`${prefix}_PROTOCOL`] || 'http';

@@ -35,0 +35,0 @@

{
"name": "@ladjs/shared-config",
"description": "Shared configuration for Lad's API and Web servers",
"version": "9.0.1",
"version": "9.1.0",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -6,0 +6,0 @@ "bugs": {