Socket
Socket
Sign inDemoInstall

config-chain

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-chain - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -78,3 +78,3 @@

for(var k in env) {
if((i =k.indexOf(prefix)) === 0)
if(k.indexOf(prefix) === 0)
obj[k.substring(l)] = env[k]

@@ -81,0 +81,0 @@ }

{
"name": "config-chain",
"version": "1.1.1",
"version": "1.1.2",
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/dominictarr/config-chain",

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