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

@venncity/nested-config

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@venncity/nested-config - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.2.4](https://github.com/venn-city/npm-shelf/compare/@venncity/nested-config@1.2.3...@venncity/nested-config@1.2.4) (2019-09-10)
### Bug Fixes
* **nested-config:** removed redundant logs ([10c4622](https://github.com/venn-city/npm-shelf/commit/10c4622))
## [1.2.3](https://github.com/venn-city/npm-shelf/compare/@venncity/nested-config@1.2.2...@venncity/nested-config@1.2.3) (2019-09-03)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@venncity/nested-config",
"version": "1.2.3",
"version": "1.2.4",
"author": "Venn Engineering",

@@ -44,3 +44,3 @@ "main": "src/nestedConfig.js",

},
"gitHead": "b0e5430d37fc53dd9a6b799928aec2c01d736aaf"
"gitHead": "bb6eca40594455248b91d4d53cf5944220aecfe9"
}

@@ -44,3 +44,2 @@ process.env.ALLOW_CONFIG_MUTATIONS = true;

} catch (e) {
console.info(`Property ${key} not found, fallback to parent config`, e);
return config.get(key);

@@ -55,3 +54,2 @@ }

if (!innerConfigHas) {
console.info(`Property ${key} not found, fallback to parent config`);
innerConfigHas = config.has(key);

@@ -58,0 +56,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