Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

parfait

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parfait - npm Package Compare versions

Comparing version
0.7.6
to
0.7.7
+1
-1
package.json
{
"name": "parfait",
"version": "0.7.6",
"version": "0.7.7",
"author": "David M. Lee, II <leedm777@yahoo.com>",

@@ -5,0 +5,0 @@ "description": "A sweet multi-layered configuration framework",

@@ -63,2 +63,5 @@ # Copyright (c) 2014. David M. Lee, II <leedm777@yahoo.com>

confmerge userEnvConfig, postConfig
.then (finalConfig) ->
finalConfig.environment = environment
finalConfig

@@ -99,3 +102,3 @@ ###

@param file Name of the file to parse.
@return {Promise<Object?} Resulting merged configuration.
@return {Promise<Object>} Resulting merged configuration.
@private

@@ -102,0 +105,0 @@ ###