Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Dotenv

Loads environment variables from .env for nodejs projects.
Collective - Host: opensource - https://opencollective.com/dotenv - Code: https://github.com/motdotla/dotenv

Merge pull request #756 from motdotla/type-fix

update type file

github.com/motdotla/dotenv - 9bcc2e716c5dc6c9aa00efdd95f60e5fdf316623 authored over 1 year ago by Mot <[email protected]>
Add type definition for DOTENV_KEY

github.com/motdotla/dotenv - 80fff4bbf052c68e51b7a3efcca6e9322621202a authored over 1 year ago by Scott Motte <[email protected]>
update type file

github.com/motdotla/dotenv - 50163a1de9ae392fef03600350fef7d043e26361 authored over 1 year ago by Scott Motte <[email protected]>
Add example demonstrating setting DOTENV_KEY

github.com/motdotla/dotenv - 5c7d7f5f3ffa7b130a9630ff9b9639c0dea1ca77 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #754 from motdotla/dotenv-key-option

Add failing test demonstrating need for DOTENV_KEY option

github.com/motdotla/dotenv - 80219ae50e64443f1bc21e87c6eeb74d639a297c authored over 1 year ago by Mot <[email protected]>
Add DOTENV_KEY to cli config and environment config options

github.com/motdotla/dotenv - dacd4501580e3830ee6298cc6556a33ba88a94d4 authored over 1 year ago by Scott Motte <[email protected]>
Add options.DOTENV_KEY

github.com/motdotla/dotenv - f20e646603bfe11d0444529774be5afce31a3089 authored over 1 year ago by Scott Motte <[email protected]>
Add failing test demonstrating need for DOTENV_KEY option

github.com/motdotla/dotenv - 5861f6a94abceddb6746f4b459919c548db95f47 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 4f48954d9c879de420d2ff5461ebf4384fb40276 authored over 1 year ago by Scott Motte <[email protected]>
Add example of writing to a custom object rather than process.env

github.com/motdotla/dotenv - ab578c163f193864ae5067fc4ca07822504cc480 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #753 from motdotla/target

Add ability to change the target from process.env to your own object

github.com/motdotla/dotenv - 406f2c380b656af0d5782e2cd28954d7de3f026c authored over 1 year ago by Mot <[email protected]>
update README

github.com/motdotla/dotenv - ea8db8cb6d321e054ba657d24e893ca9cc91d2e6 authored over 1 year ago by Scott Motte <[email protected]>
Update CHANGELOG and README

github.com/motdotla/dotenv - 431521d2193c2c4f5afae5eeed6b53c3fb3bc55e authored over 1 year ago by Scott Motte <[email protected]>
Add ability to change the target from process.env to your own object

github.com/motdotla/dotenv - 96c29b4a28e675d2d2dc5b7dae8316c2e175b418 authored over 1 year ago by Scott Motte <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - 75cee88107b43cae764b30741e04651eb3417adf authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #751 from Jakousa/patch-1

fix missing URL import in types

github.com/motdotla/dotenv - 0a87d62e33742353a0bbb03da3f7e80583bed7ca authored over 1 year ago by Mot <[email protected]>
fix missing import

github.com/motdotla/dotenv - ad2f100c060a95eca3c2243e406e8e08b282ddcf authored over 1 year ago by Jami Kousa <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - be94778746ab45403593f6da41327472664a500c authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #747 from ericcornelissen/patch-1

Add `.github/` to .npmignore

github.com/motdotla/dotenv - 4443c5916eee06bf461ee144aaca6b5596d0524c authored over 1 year ago by Mot <[email protected]>
Add .github/ to .npmignore

github.com/motdotla/dotenv - f003766a7b215c5dd88136f0d711780b83282094 authored over 1 year ago by Eric Cornelissen <[email protected]>
Merge pull request #745 from motdotla/browser-defaults

Remove browser key except for `fs`

github.com/motdotla/dotenv - 1ab96d7e4a76ae1dc884d3bf69a3dce3c882738b authored over 1 year ago by Mot <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - 080779a71aa7edf3f01f3abf13d158f6c66da79b authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 0ab684dc0a41bccad853e3a29f699b0a6f329127 authored over 1 year ago by Scott Motte <[email protected]>
Default fs to false as it cannot be duplicated in the browser

github.com/motdotla/dotenv - bf7e6262470e62159321b15e236849b9d91eeaae authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - ec5eef88cdadea534f452ec1355c5df5a9fe5a18 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 7968a7f520b31113bada007a91027c152ae7c966 authored over 1 year ago by Scott Motte <[email protected]>
Remove browser key

github.com/motdotla/dotenv - 86ef7b2c7c9e8258743db7fedb7a25d6d57c3d15 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #744 from motdotla/configDotenv

Expose configDotenv as public method

github.com/motdotla/dotenv - 78e5a02fe073ceae582402162e586df65ccf61c6 authored over 1 year ago by Mot <[email protected]>
update CHANGELOG

github.com/motdotla/dotenv - 53bbc1f64448dbbecb9b6baecd1fd0c6ec8661eb authored over 1 year ago by Scott Motte <[email protected]>
Expose configDotenv as public method

github.com/motdotla/dotenv - d0675f2b5bc860bc49c97dd17a7780fa9a4b3879 authored over 1 year ago by Scott Motte <[email protected]>
v16.1.1

github.com/motdotla/dotenv - 66080bdefac6576e59737b9ab64ae3d688ee0eb9 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #742 from motdotla/crypto-false-for-browser

Add crypto to browser false list

github.com/motdotla/dotenv - 6287f15ee176c046dac7d64c9996aafbb3e68e7a authored over 1 year ago by Mot <[email protected]>
Add type definition for decrypt function

github.com/motdotla/dotenv - 0d94e7181309042ebe71731f24fa8b97e73f481b authored over 1 year ago by Scott Motte <[email protected]>
Add crypto to browser false list

github.com/motdotla/dotenv - cb9a51a9ca46455fcdc5f6c93741acc1dfb4938d authored over 1 year ago by Scott Motte <[email protected]>
Update CHANGELOG and README

github.com/motdotla/dotenv - ef4893532314b84bdfaf7b4e85d9604ca997beda authored over 1 year ago by Scott Motte <[email protected]>
Version 16.1.0

github.com/motdotla/dotenv - d5b41503845152ae746049e5dc360cce90407939 authored over 1 year ago by Scott Motte <[email protected]>
Add to FAQ

github.com/motdotla/dotenv - f0e6daa52511a3f5bd262e2e4445c9907c7bb175 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - cd6b943e7fa7b4ad087d4ca91b0b860cbf6eec1a authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 1ba1180c1f2824b8cefacadd0e1ed42968a93d2c authored over 1 year ago by Scott Motte <[email protected]>
Include 12.x in ci run

github.com/motdotla/dotenv - a0cab9a746382c5c7b3f56aca4dc3a90c69cf7ab authored over 1 year ago by Scott Motte <[email protected]>
Retrigger. appveyor hook removed

github.com/motdotla/dotenv - 7efffc1657f80fc4f27c97c7f33d4eb758f3d981 authored over 1 year ago by Scott Motte <[email protected]>
Remove appveyor reference

github.com/motdotla/dotenv - 6eb38797c0fa2d5fa5c67b3d841a5ad0a9d57a41 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #739 from motdotla/github-ci

Add ci workflow to github

github.com/motdotla/dotenv - 88b5d98f7f130e22de253572ab588b9c01c4b98e authored over 1 year ago by Mot <[email protected]>
Remove travis and appveyor

github.com/motdotla/dotenv - 5cf0f614da7ce43ed5a1874dac43de2ae5dcfc20 authored over 1 year ago by Scott Motte <[email protected]>
Add ci workflow to github

github.com/motdotla/dotenv - 517107b8b08c3bb62668a0044f8adae7a5ec66a5 authored over 1 year ago by Scott Motte <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - de683f099ac9c23340f0c41c628d57d7119784c1 authored over 1 year ago by Scott Motte <[email protected]>
Add npm fund link

github.com/motdotla/dotenv - 5cadb4a756ff0c0853e201bff14d3afef242de9d authored over 1 year ago by Scott Motte <[email protected]>
Create FUNDING.yml

github.com/motdotla/dotenv - 5f4658324f2da87c65cc68a804216d6c2b9e94ce authored over 1 year ago by Mot <[email protected]>
Merge pull request #737 from motdotla/dependabot/npm_and_yarn/json5-1.0.2

Bump json5 from 1.0.1 to 1.0.2

github.com/motdotla/dotenv - 979915ca803f8a35ad52948e2c56a766425e06d4 authored over 1 year ago by Mot <[email protected]>
Update README

github.com/motdotla/dotenv - 3304078df6bc872c86920f1a135330b54e7a8524 authored over 1 year ago by Scott Motte <[email protected]>
Update readme with new #populate function

github.com/motdotla/dotenv - 467561e69acfcf451ab03a53a910d362fa911f78 authored over 1 year ago by Scott Motte <[email protected]>
Bump json5 from 1.0.1 to 1.0.2

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://git...

github.com/motdotla/dotenv - 44f37ac91819f23bc3cb7c24c3e34bcff63066ad authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update package-lock.json

github.com/motdotla/dotenv - 93da74e2806856947a76d59862af49a22a7cd82c authored over 1 year ago by Scott Motte <[email protected]>
Version 16.1.0-rc2

github.com/motdotla/dotenv - c5a928737e2a417c31142a94218e6c7a947e672d authored over 1 year ago by Scott Motte <[email protected]>
Rename apply to populate

github.com/motdotla/dotenv - 49de1b23baf30c7628dd4a11c12514c57e443de3 authored over 1 year ago by Scott Motte <[email protected]>
Reuse apply method throughout code

github.com/motdotla/dotenv - 3f9a6b19a503a4a2997e35bd7d31e037ba5ed308 authored over 1 year ago by Scott Motte <[email protected]>
Rewrite apply method to take source as first argument and target as second

github.com/motdotla/dotenv - 21c9db27d27e3a6b6a2f9efed5f309762d70c588 authored over 1 year ago by Scott Motte <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - 2810b85fc161fce7ff9c9ceb3fbf9d27eaf00828 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #733 from deepam-kapur/deepam-kapur/feature-apply-690

[FEATURE] apply function added where we can pass target, source and o…

github.com/motdotla/dotenv - 4bf445bbb555af13094de7d193e8d9cf33888222 authored over 1 year ago by Mot <[email protected]>
Add debug message if no encoding is specified

If no encoding is specified in the options, debug will alert the user that
UTF-8 will be used as...

github.com/motdotla/dotenv - 8f7311289b3a99d8fecb46f396cf1e46d398c7f0 authored over 1 year ago by anthonyshibitov <[email protected]>
[FIX] Linting fixed for apply function that added

[ADD] Test cases added for apply function
[Declaration] added for apply method

github.com/motdotla/dotenv - 19fade8ca2472437ce7edb38a5450524e7b594b2 authored over 1 year ago by deepam-kapur <[email protected]>
[FEATURE] apply function added where we can pass target, source and options to parse and fill the data. Closes - #690

#690 Apply function added

github.com/motdotla/dotenv - 2f02c037714511279c9d6adf22215c12c753afd2 authored over 1 year ago by deepam-kapur <[email protected]>
Merge pull request #732 from bolmaster2/patch-2

docs: Update README.md

github.com/motdotla/dotenv - 48b445167f6587a8dbb4d1c4d70af22a4c798103 authored over 1 year ago by Mot <[email protected]>
Update README.md

Remove import of express in README

github.com/motdotla/dotenv - 886a4183e0f3eab8f74bd9b1900e36b2a588d73c authored over 1 year ago by Joel Larsson <[email protected]>
Add video for deploying

github.com/motdotla/dotenv - e9b05584d420b9275a65719585d85c1c806bb036 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 239ff597cf77f79e6d699ecbfdef4269791e2498 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - fb5d79688972e2a7cac69e789b29ef1061b69729 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 24e41c7e944bc29abc98c6e7cfc16f14346d1235 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - e528d05a42acc79960683e83a60efa64437ad3c0 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 3484fff4458e40c44c06e241737dad4218dc1d4e authored over 1 year ago by Scott Motte <[email protected]>
Add youtube icon

github.com/motdotla/dotenv - 4e8d6c8cf51e87208fa41ebf1d01f155bbc21bd5 authored over 1 year ago by Scott Motte <[email protected]>
Move video image

github.com/motdotla/dotenv - 61501b1d554c7c5a3f303731af87d4294cb8d3c5 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - e761759006fdcead68c3e5f741b69bf6ca6a7029 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 4e2b284b2339972c0d76ee826de50a419b830c44 authored over 1 year ago by Scott Motte <[email protected]>
Update README.md

github.com/motdotla/dotenv - 134bc8e416b41c6d0b94b225718c79bb7841bcb5 authored over 1 year ago by Mot <[email protected]>
Move version into title

github.com/motdotla/dotenv - 1b36f7176ec237979a54b91ca44e0c0e21ed3564 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 4f415d43388d9d4bb5e8a9772098620a8d34436c authored over 1 year ago by Scott Motte <[email protected]>
Merge branch 'master' of github.com:motdotla/dotenv

github.com/motdotla/dotenv - 6f253bc68a490dd163e87403e5966541a98e27a1 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 3afbfa202b606c0f36cc6e0ac25d389fc5eb0f27 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #719 from YuzeTT/master

chore: reorder the types field in package.json

github.com/motdotla/dotenv - 57243d55c9ae905f771f5b47998aaf015dfc3b90 authored over 1 year ago by Mot <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - d65e3cf31a7e14838ea135d6a1ceb690777e1f1e authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #720 from ukstv/master

feat: Accept URL as path option

github.com/motdotla/dotenv - af97c00bd79649a1d2115899134231c4f20eb168 authored over 1 year ago by Mot <[email protected]>
Update CHANGELOG

github.com/motdotla/dotenv - ab98bcfc28dc167b0cc1735e0109ee0a8d37a05d authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #693 from alainQtec/patch-1

Update package.json

github.com/motdotla/dotenv - fd60e8aa7ffeb775cf5f16565b0a5fcb39a7ae31 authored over 1 year ago by Mot <[email protected]>
Merge pull request #684 from jeffslofish/fix-test-message-backticks

Fix test message for backticked multiline strings

github.com/motdotla/dotenv - dbe72348e120a726853139bed5074fd510312f1f authored over 1 year ago by Mot <[email protected]>
Merge pull request #687 from kirtan-desai/update-dev-deps

Update dev deps

github.com/motdotla/dotenv - 150a2c9a28be2992b5dfa2d6848a5463ececd55b authored over 1 year ago by Mot <[email protected]>
Merge pull request #667 from mifi/patch-1

fix broken esm description

github.com/motdotla/dotenv - d2f166ae080859bccc02eee291c622b3a37cd315 authored over 1 year ago by Mot <[email protected]>
Add to unreleased changelog

github.com/motdotla/dotenv - bf389f9817e66690a63ff6dd5bd1b95dab45987e authored over 1 year ago by Scott Motte <[email protected]>
Merge branch 'master' of github.com:motdotla/dotenv

github.com/motdotla/dotenv - f3e19a1f641e032148245b47e49bb66db2f93de1 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - c8fb32e56a602326c13c064aec2442894c2afc67 authored over 1 year ago by Scott Motte <[email protected]>
Merge pull request #698 from f16z/master

Spanish language README docs

github.com/motdotla/dotenv - c18522c6269d4fb36f0c4097dfe7f900af203f1b authored over 1 year ago by Mot <[email protected]>
Update README.md

Update to coming May 2023

github.com/motdotla/dotenv - 863251424764a1d873202c466ad1fce0d3533e8e authored over 1 year ago by Mot <[email protected]>
16.1.0-rc1

github.com/motdotla/dotenv - 968f0caecb3960c981fb4cd3368afaba3273b23b authored over 1 year ago by Scott Motte <[email protected]>
README update

github.com/motdotla/dotenv - e542c46216e704185f8d79de9a4154a0b05f9631 authored over 1 year ago by Scott Motte <[email protected]>
Update README

github.com/motdotla/dotenv - 6c9a5c475d77557e8dcf7d17491c89b2dd6466e7 authored over 1 year ago by Scott Motte <[email protected]>