Socket
Socket
Sign inDemoInstall

chapter-and-verse

Package Overview
Dependencies
1
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

.editorconfig

26

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc