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

configly

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configly - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

package.json
{
"name": "configly",
"version": "3.1.1",
"version": "3.1.2",
"description": "A developer-friendly lightweight replacement for the 'config' module that works with custom config directory and pluggable parsers",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -23,3 +23,3 @@ # configly [![NPM Module](https://img.shields.io/npm/v/configly.svg?style=flat)](https://www.npmjs.com/package/configly)

This package is addressing those issues, while keeping easy of use and featureset on par with the original module.
This package is addressing those issues, while keeping easy of use and feature set on par with the original module.

@@ -83,3 +83,3 @@ ## Usage

```javascript
var config = require('configly')('./etc'); // `require('configly')('./etc');` would work the same way`
var config = require('configly')('./etc'); // `require('configly')('etc');` would work the same way`
```

@@ -155,3 +155,3 @@

it will either throw (if couldn't read/parse a file) or be silent.
- Configly doesn't provide `get`, `has` methods, it returns pure js object.
- Configly doesn't provide `get`, `has` methods, it always returns pure js (POJO) object.
- Configly doesn't auto-strip comments from JSON files, use `configly.PARSERS['json'] = json5.parse;`.

@@ -158,0 +158,0 @@

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