Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@technician/source-env
Advanced tools
A config source for accessing environment variables.
This package provides the EnvConfigSource
for use with the Technician config manager.
npm i @technician/source-env
This package is compatible with Node 10 LTS and up.
EnvConfigSource
returns string
data by default.
import {Technician} from 'technician';
import {EnvConfigSource} from '@technician/source-env'
const technician = new Technician(new EnvConfigSource());
await technician.read('MY_ENV_VAR');
Contributions and pull requests are always welcome. Please be sure your code passes all existing tests and linting.
Pull requests with full code coverage are strongly encouraged.
FAQs
Access config from environment variables with Technician.
The npm package @technician/source-env receives a total of 0 weekly downloads. As such, @technician/source-env popularity was classified as not popular.
We found that @technician/source-env demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.