chapter-and-verse
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "chapter-and-verse", | ||
"version": "1.0.0", | ||
"description": "", | ||
"version": "1.0.1", | ||
"description": "Given a string returns an object with the book, chapter and bible verse", | ||
"author": "danday74", | ||
"license": "ISC", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/.bin/istanbul cover -x \"**/*.spec.js\" ./node_modules/mocha/bin/_mocha -- js", | ||
"enforcer": "./node_modules/.bin/istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100", | ||
"build": "npm-run-all test enforcer", | ||
"prepush": "npm test" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"dependencies": { | ||
"lodash": "^4.17.5" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"coveralls": "2.11.16", | ||
"eslint": "^4.17.0", | ||
"husky": "^0.14.3", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.0", | ||
"npm-run-all": "^4.1.2" | ||
}, | ||
"comment": "coveralls@2.11.16" | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3581
12
19
2
1
1
10
0
1
7
+ Addedlodash@^4.17.5
+ Addedlodash@4.17.21(transitive)