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.7 to 1.1.8

test/get.js

2

index.js

@@ -144,3 +144,3 @@ var ProtoList = require('proto-list')

if (where) where = where.data
if (where && where.hasOwnProperty(key)) return where[key]
if (where && Object.hasOwnProperty.call(where, key)) return where[key]
return undefined

@@ -147,0 +147,0 @@ }

{
"name": "config-chain",
"version": "1.1.7",
"version": "1.1.8",
"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