| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-09 | 666 Bytes | |
| v4.2.0 source code.tar.gz | 2026-01-09 | 60.4 kB | |
| v4.2.0 source code.zip | 2026-01-09 | 106.8 kB | |
| Totals: 3 Items | 167.9 kB | 0 | |
What's Changed
- Delete deprecated functions in Config.util, and associated tests. by @jdmarshall in https://github.com/node-config/node-config/pull/845
- Default to yaml over js-yaml by @jdmarshall in https://github.com/node-config/node-config/pull/859
Breaking Changes
- All deprecated functions in config.util have been removed. Please use lib/util for similar functionality
- Default Yaml parser has changed to a more maintained alternative. Please validate your config files for correct processing, or adjust your package.json to force js-yaml to be used
Full Changelog: https://github.com/node-config/node-config/compare/v4.1.1...v4.2.0