Socket
Book a DemoInstallSign in
Socket

consistent-env

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consistent-env

A reliable way to get env

latest
Source
npmnpm
Version
1.3.1
Version published
Weekly downloads
680
250.52%
Maintainers
1
Weekly downloads
 
Created
Source

Consistent-Env

Greenkeeper badge

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.

Installation

npm install --save consistent-env

API

module.exports = function(): Object<string, string>
module.exports.async = function(): Promise<Object<string, string>>

FAQ

Unable to determine environment

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.

License

This project is licensed under the terms of MIT License, see the LICENSE file for more info

Keywords

environment

FAQs

Package last updated on 28 May 2017

Did you know?

Socket

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.

Install

Related posts