Mark Stosberg
Mark Stosberg
This is an interesting idea. I have been using `undefined` in the main config, and then the app will crash if it expects a defined value there. The difference with...
I think node-config already addresses this because of how we tried `undefined` values vs `null` values: * Attempting to use `get` a `undefined` value crashes with a related error, so...
Is this a dupe of number #367, a request for React Native support?
Closing as possible dupe, stale, lack of interest.
@matthewadams Can you say more about your threat model you have in mind where this change makes a meaningful difference in security? In the example you gave about, the database...
After reading the feedback, this proposal seems sounds if someone wants to implement it.
Co-maintainer here. I agree that we should throw an error on attempted modification and not silently fail.
Thanks, @fgheorghe !
It it necessary to add `jsonc` as a dependency and parser? We already support `json5`, which parses JSON with comments. It seems sufficient to add `.jsonc` to the list of...
I'm closing this due to lack of feedback from the developer who wanted the feature. We can re-open if someone expresses interest in the future.