coins-validate
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "coins-validate", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
const lintDirs = 'src/ test/'; | ||
module.exports = { | ||
'test': 'nyc node test/', // eslint-disable-line | ||
'postest': 'nyc check-coverage --lines 90 --functions 90 --branches 90', // eslint-disable-line | ||
'test': 'nyc --reporter=lcov --check-coverage --functions=90 --branches=90 node test/', // eslint-disable-line | ||
'lint': 'eslint ' + lintDirs, // eslint-disable-line | ||
@@ -6,0 +5,0 @@ 'lintfix': 'eslint --fix ' + lintDirs, // eslint-disable-line |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
26637
450