You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ladjs/shared-config

Package Overview
Dependencies
Maintainers
3
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
3.0.10
to
4.0.0
+1
-5
index.js

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

// <https://github.com/koajs/cors#corsoptions>
cors: {},
// https://github.com/cusspvz/proxywrap
// this gets passed to @ladjs/web and @ladjs/api as a boolean
// which is then used to determine if this package should be used
proxyProtocol: boolean(process.env[`${prefix}_PROXY_PROTOCOL`])
cors: {}
};

@@ -129,0 +125,0 @@ return config;

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

@@ -32,7 +32,7 @@ "ava": {

"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"eslint-config-xo-lass": "^1.0.4",
"eslint": "^7.19.0",
"eslint-config-xo-lass": "^1.0.5",
"fixpack": "^4.0.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"husky": "^5.0.9",
"lint-staged": "^10.5.4",
"nyc": "^15.1.0",

@@ -39,0 +39,0 @@ "remark-cli": "^9.0.0",