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

.eslintrc.json

1

config.js

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

if (args[i] === undefined) continue;
var what_is_it = args[i];
switch (typeof args[i]) { // what is it?

@@ -101,0 +100,0 @@ case 'function':

@@ -227,3 +227,3 @@ 'use strict';

for (var i=0; i<files.length; i++) {
var file = files[i];
var fileOuter = files[i];
/* BLOCK SCOPE */

@@ -243,3 +243,3 @@ (function (file) {

});
})(file); // END BLOCK SCOPE
})(fileOuter); // END BLOCK SCOPE
}

@@ -246,0 +246,0 @@ }, 60 * 1000);

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

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

@@ -20,45 +20,8 @@ "repository": {

},
"eslintConfig": {
"env": {
"node": true
},
"rules": {
"camelcase": [
0,
{
"properties": "never"
}
],
"dot-notation": 2,
"indent": [
2,
4,
{
"SwitchCase": 1
}
],
"one-var": [
2,
"never"
],
"no-trailing-spaces": [
2,
{
"skipBlankLines": false
}
],
"keyword-spacing": [
2,
{
"overrides": {}
}
]
}
},
"optionalDependencies": {},
"devDependencies": {
"eslint": ">=2",
"eslint": "*",
"grunt": "*",
"grunt-eslint": "*",
"nodeunit": "^0.9.1"
"nodeunit": "*"
},

@@ -65,0 +28,0 @@ "bugs": {

@@ -27,3 +27,3 @@ 'use strict';

done();
};
}

@@ -30,0 +30,0 @@ exports.config = {

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