
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@avanio/variable-util-node
Advanced tools
NodeJS loaders for @avanio/variable-util
npm i @avanio/variable-util @avanio/variable-util-node --save
// JSON (flat) settings file
export const getConfigVariable = new ConfigVariables([new FileConfigLoader({fileName: './settings.json', isSilent: false, type: 'json'})], {
logger: console,
}).get;
// Docker secret files
export const getConfigVariable = new ConfigVariables([new DockerSecretsConfigLoader({isSilent: false, fileLowerCase: true}], {
logger: console,
}).get;
// Using multiple loaders
export const getConfigVariable = new ConfigVariables([
new EnvConfigLoader(),
new FileConfigLoader({fileName: './settings.json', isSilent: false, type: 'json'}),
new DockerSecretsConfigLoader({isSilent: false, fileLowerCase: true},
], {
logger: console,
}).get;
const databaseUri = await configVariable.get('DATABASE_URI', undefined, {sanitizeUrl: true});
FAQs
nodejs env util
The npm package @avanio/variable-util-node receives a total of 30 weekly downloads. As such, @avanio/variable-util-node popularity was classified as not popular.
We found that @avanio/variable-util-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain