
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
consistent-env
Advanced tools
consistent-env
is an npm module that gives you the correct ENV, consistently. It's especially useful for OSX GUI apps, because due to an OS limitation they are not given proper env variables. This package also caches the result which results in a performance boost when a lot of packages are relying on it, it also doesn't modify the globals so using it in dependencies is safe.
npm install --save consistent-env
module.exports = function(): Object<string, string>
module.exports.async = function(): Promise<Object<string, string>>
If you are on OSX and using the System Default ZSH, It has a bug that causes it to live forever, thus triggering timeout
for consistent-env
, to fix it you should install zsh
using homebrew, we recommend Rick's Guide.
This project is licensed under the terms of MIT License, see the LICENSE file for more info
v1.3.1
FAQs
A reliable way to get env
The npm package consistent-env receives a total of 609 weekly downloads. As such, consistent-env popularity was classified as not popular.
We found that consistent-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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.