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 3.0.3 to 3.0.4

4

js/getBook.js
const _ = require('lodash')
const books = require('./books')
const osis = require('./osis')
const books = require('./books.json')
const osis = require('./osis.json')
const errors = require('./errors')

@@ -5,0 +5,0 @@ const getChapter = require('./getChapter')

{
"name": "chapter-and-verse",
"version": "3.0.3",
"version": "3.0.4",
"description": "Given a bible reference, validates it and returns an object with book, chapter, verse and more",

@@ -5,0 +5,0 @@ "author": "danday74",

const _ = require('lodash')
const chalk = require('chalk')
const books = require('./js/books')
const osis = require('./js/osis')
const books = require('./js/books.json')
const osis = require('./js/osis.json')

@@ -6,0 +6,0 @@ let exitCode = 0

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