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.2
to
0.7.6
+3
-3
package.json
{
"name": "parfait",
"version": "0.7.2",
"version": "0.7.6",
"author": "David M. Lee, II <leedm777@yahoo.com>",

@@ -25,3 +25,3 @@ "description": "A sweet multi-layered configuration framework",

"coffee-script": "^1.7.1",
"es6-promise": "^0.1.1",
"es6-promise": "^1.0.0",
"js-yaml": "^3.0.1",

@@ -35,3 +35,3 @@ "lodash": "^2.4.1"

"codo": "^2.0.6",
"coffeelint": "^1.2.0",
"coffeelint": "^1.3.0",
"mocha": "^1.18.2",

@@ -38,0 +38,0 @@ "sinon": "^1.9.1"

@@ -52,4 +52,4 @@ # Parfait.js

// starting point.
config: {
parfait: {
preConfig: {
appdirs: {
// If specified, user and site config can be processed on Unixes

@@ -61,2 +61,5 @@ 'appName': 'SuperApp',

},
// And a hard coded config to apply on top of everything else.
//postConfig: {}
});

@@ -63,0 +66,0 @@ ```