
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@texttree/bible-crossref
Advanced tools
A small library that returns cross-references for a selected verse or chapter.
A small library that returns cross-references for a selected verse or chapter.
Purpose
Make an easy way to get cross references.
Problem
I didn't find any js libraries for getting cross-references, although there are large open bases in the public domain.
Add the library to your app
yarn add @texttree/bible-crossref
npm install @texttree/bible-crossref
import { getByBCV, getByBC } from '@texttree/bible-crossref';
const bibleCrossref = require('@texttree/bible-crossref');
There are two methods in the library:
getByBCV({book, chapter, verse}) - getting cross-references by versegetByBC({book, chapter}) - getting cross-references by chapterYou can also use the api that uses this library to check.
https://crossref.texttree.org/crossref/gen.34.19
https://crossref.texttree.org/crossref/gen.34
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Guidelines for external contributions.
You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
If you would like to fork the repo and create a pull request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/texttree/bible-crossref
FAQs
A small library that returns cross-references for a selected verse or chapter.
We found that @texttree/bible-crossref demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.