
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
Loads environment variables from .env files.
Inspired by dotenv by Brandon Keepers.
// `options` are optional
var env = require('envc')(options);
path: Path to the .env file [optional, default: cwd]name: Name of the .env file [optional, default: '.env']nodeenv: NODE_ENV [optional, default: process.env.NODE_ENV]booleans: enable boolean parsing, [optional, default: false]numbers: enable number parsing, [optional, default: false]readonly: load and parse .env file only (i.e. does not modify process.env), [optional, default: false]overwrite: allow process.env to overwrite file values [optional, default: false]envc will try to load:
URL_HOST="vesln.com"
URL_PATH="index"
URL_FULL="http://${URL_HOST}/${URL_PATH}"
DOCKER_SERVICE=$(boot2docker ip):11211 # works on node 0.12+
npm install envc
FAQs
Loads environment variables from dotenv files
The npm package envc receives a total of 18 weekly downloads. As such, envc popularity was classified as not popular.
We found that envc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.