New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

github.com/sv-tools/conf

Package Overview
Dependencies
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sv-tools/conf

Source
Go Modules
Version
v1.6.0
Version published
Created
Source

conf

Code Analysis Go Reference codecov GitHub tag (latest SemVer)

The configuration reader with as few dependencies as possible.

The library provides the base code and the interfaces only. All parsers and readers must be created in the separate repositories to avoid unnecessary dependencies.

go get github.com/sv-tools/conf

Dependencies

  • The spf13/cast has been added as dependency to avoid the code duplication. I will make a hard copy of it if the number of dependencies are increased.
  • The stretchr/testify is used in tests only.

Addons

Alternatives

  • viper is the most know library, it's very heavy and very rich in various features.
  • koanf is an attempt to make a better version of the viper, but also contains all parsers in same repo, so the list of dependencies is pretty huge.

License

MIT licensed. See the bundled LICENSE file for more details.

FAQs

Package last updated on 21 May 2025

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