Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

confort

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confort - npm Package Compare versions

Comparing version 0.1.4-rc1 to 0.1.4

6

CHANGELOG.md

@@ -8,2 +8,7 @@ # Confort Changelog

## [v0.1.4] - 2020-08-07
### Changed
- no longer includes supported modules as dependencies. Requires the depedent to install the desired modules directly
## [v0.1.3] - 2019-10-15

@@ -34,1 +39,2 @@

[v0.1.3]: https://gitlab.com/GCSBOSS/confort/-/tags/v0.1.3
[v0.1.4]: https://gitlab.com/GCSBOSS/confort/-/tags/v0.1.4

2

package.json
{
"name": "confort",
"version": "0.1.4-rc1",
"version": "0.1.4",
"description": "A library for incrementally build config objects through layering config files in many formats.",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -10,3 +10,3 @@ # [Confort](https://gitlab.com/GCSBOSS/confort)

- Option to watch changes in loaded config files
- Supported formats so far: TOML, JSON, CSON and YAML
- Supported formats so far: TOML (`toml`), JSON, CSON (`cson-parser`) and YAML (`yaml`)

@@ -17,2 +17,4 @@ ## Get Started

> You also need to install the lib for parsing the type of file you mean to use like: `npm i toml` for parsing TOML
In your code:

@@ -19,0 +21,0 @@

{
"key": "value"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc