Socket
Socket
Sign inDemoInstall

chapter-and-verse

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chapter-and-verse - npm Package Compare versions

Comparing version 2.0.7 to 3.0.0

chapterAndVerse.js

14

package.json
{
"name": "chapter-and-verse",
"version": "2.0.7",
"version": "3.0.0",
"description": "Given a bible reference, validates it and returns an object with book, chapter, verse and more",

@@ -8,3 +8,3 @@ "author": "danday74",

"main": "index.js",
"browser": "browser.js",
"browser": "chapterAndVerse.js",
"scripts": {

@@ -16,3 +16,3 @@ "verify": "node verify",

"build": "npm test && npm run enforcer",
"browserify": "webpack --mode production && gcf",
"browserify": "webpack --mode production && (gcf || true)",
"postcommit": "cross-env FORCE_COLOR=true npm run browserify",

@@ -30,9 +30,9 @@ "prepush": "npm run build"

"cross-env": "^5.1.4",
"eslint": "^4.19.0",
"eslint": "^4.19.1",
"git-commit-file": "^1.3.1",
"husky": "^0.14.3",
"istanbul": "^0.4.5",
"mocha": "^5.0.4",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
"mocha": "^5.0.5",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13"
},

@@ -39,0 +39,0 @@ "keywords": [

@@ -111,3 +111,3 @@ # chapter-and-verse

```HTML
<script src="node_modules/chapter-and-verse/browser.js"></script>
<script src="node_modules/chapter-and-verse/chapterAndVerse.js"></script>
```

@@ -114,0 +114,0 @@

@@ -9,5 +9,5 @@ const {camelCase} = require('lodash')

path: __dirname,
filename: 'browser.js',
filename: library + '.js',
library
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc