Socket
Socket
Sign inDemoInstall

flconf

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 4.0.0

2

lib/env.js

@@ -26,3 +26,3 @@ // Copyright 2019 SmugMug, Inc.

return val.replace(TOKEN, function (_, name) {
if (process.env.hasOwnProperty(name)) {
if (Object.prototype.hasOwnProperty.call(process.env, name)) {
return process.env[name];

@@ -29,0 +29,0 @@ }

{
"name": "flconf",
"version": "3.0.1",
"version": "4.0.0",
"description": "Simple, pluggable, hierarchical configs",

@@ -11,3 +11,3 @@ "main": "index.js",

"scripts": {
"test": "mocha",
"test": "nyc mocha",
"lint": "eslint --cache ."

@@ -29,5 +29,6 @@ },

"devDependencies": {
"eslint": "^4.18.2",
"eslint": "^6.8.0",
"eslint-config-flickr": "^2.0.1",
"mocha": "^6.1.4"
"mocha": "^7.1.2",
"nyc": "^15.0.1"
},

@@ -34,0 +35,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc