Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

haraka-config

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-config - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

Changes.md

7

configfile.js

@@ -36,2 +36,3 @@ 'use strict';

if (process.env.NODE_ENV === 'test') {
// loaded by haraka-config/test/*
cfreader.config_path = path.join(__dirname, 'test', 'config');

@@ -41,2 +42,8 @@ return;

if (/node_modules\/haraka-config$/.test(__dirname)) {
// loaded by a npm packaged module
cfreader.config_path = path.resolve(__dirname, '..', '..');
return;
}
for (var i=0; i < config_dir_candidates.length; i++) {

@@ -43,0 +50,0 @@ try {

4

package.json

@@ -6,3 +6,3 @@ {

"description": "Haraka's config file loader",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "http://haraka.github.io",

@@ -15,3 +15,3 @@ "repository": {

"engines": {
"node": ">= 4.3"
"node": ">= 0.10.43"
},

@@ -18,0 +18,0 @@ "dependencies": {

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