indexzero / nconf

Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.
https://github.com/indexzero/nconf
MIT License
3.87k stars 255 forks source link

Is nconf abandoned? #415

Closed carpii closed 1 year ago

carpii commented 1 year ago

Last commit to master was Nov 2021, but theres a release from @mhamann in Apr 2022.

Should I be using his fork, or maybe the v1.x.x branch for latest updates?

A bit confused on the state this project is in, thanks

mhamann commented 1 year ago

Still here and watching for bug reports and such. The project is stable and mostly in maintenance mode right now. It's being used all over the place in production.

If you find a security issue or bug, let us know and we'll look into it. Or better yet, open a PR. 🙂

The 1.x release is available as a beta on npm. 0.x is the current stable release stream.

carpii commented 1 year ago

thanks @mhamann

I used nconf a few years ago, but then switched to config-store. Planning on coming back to nconf for its crypt features

I'll check out the 1.x.x branch (assuming this represents the npm 1.x beta), cheers

mhamann commented 1 year ago

sure thing @carpii.

https://github.com/indexzero/nconf/tree/v0.x is stable (0.12.0 on npm)

https://github.com/indexzero/nconf/tree/master is v1.x beta.