haraka-constants
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"env": { | ||
"node": true, | ||
"mocha": true | ||
}, | ||
"extends": "eslint:recommended", | ||
"installedESLint": true, | ||
"root": true, | ||
"plugins": [ | ||
"haraka" | ||
], | ||
"extends": ["eslint:recommended", "plugin:haraka/recommended"], | ||
"rules": { | ||
"comma-dangle": [2, "only-multiline"], | ||
"dot-notation": 2, | ||
"indent": [2, 4, {"SwitchCase": 1}], | ||
"one-var": [2, "never"], | ||
"no-trailing-spaces": [2, { "skipBlankLines": false }], | ||
"keyword-spacing": [2, { | ||
"before": true, | ||
"after": true | ||
}], | ||
"no-delete-var": 2, | ||
"no-empty": ["error", { "allowEmptyCatch": true }], | ||
"no-label-var": 2, | ||
"no-shadow": 2, | ||
"no-unused-vars": [ 1, { "args": "none" }], | ||
"no-console": 0 | ||
} | ||
} |
@@ -6,3 +6,3 @@ { | ||
"description": "Haraka constants", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "http://haraka.github.io", | ||
@@ -17,7 +17,7 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"optionalDependencies": {}, | ||
"devDependencies": { | ||
"eslint": ">=2", | ||
"eslint": ">=3", | ||
"eslint-plugin-haraka": "*", | ||
"nodeunit": "*" | ||
@@ -31,4 +31,5 @@ }, | ||
"lint": "./node_modules/.bin/eslint *.js test/*.js", | ||
"lintfix": "./node_modules/.bin/eslint --fix *.js test/*.js", | ||
"test": "./run_tests" | ||
} | ||
} |
[![Build Status][ci-img]][ci-url] | ||
[![Coverage Status][cov-img]][cov-url] | ||
[![Code Climate][clim-img]][clim-url] | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/haraka/haraka-constants.svg)](https://greenkeeper.io/) | ||
[![NPM][npm-img]][npm-url] | ||
@@ -5,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55
7919
3
109
1