bibleapi-rest icon indicating copy to clipboard operation
bibleapi-rest copied to clipboard

Node.js based Bible API RESTful web service

Results 33 bibleapi-rest issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/rkazakov/test/github/4da2b86a-3878-426a-b545-9ab65a26e90b/master..snyk-fix-9a09304f92aeb4830f7c28dd51c1b291) for more details. #### Snyk Project: [bibleapi/bibleapi-rest:package.json](https://app.snyk.io/org/rkazakov/project/4da2b86a-3878-426a-b545-9ab65a26e90b) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/rkazakov/test/github/4da2b86a-3878-426a-b545-9ab65a26e90b/master..snyk-fix-e1894271829aa0ded4a4d5bdb41d6bd0) for more details. #### Snyk Project: [bibleapi/bibleapi-rest:package.json](https://app.snyk.io/org/rkazakov/project/4da2b86a-3878-426a-b545-9ab65a26e90b) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/rkazakov/test/github/4da2b86a-3878-426a-b545-9ab65a26e90b/master..snyk-fix-1dee4dd711d531bdeaadfe8d8bc08646) for more details. #### Snyk Project: [bibleapi/bibleapi-rest:package.json](https://app.snyk.io/org/rkazakov/project/4da2b86a-3878-426a-b545-9ab65a26e90b) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/rkazakov/test/github/4da2b86a-3878-426a-b545-9ab65a26e90b/master..snyk-fix-yes9er) for more details. #### Snyk Project: [bibleapi/bibleapi-rest:package.json](https://app.snyk.io/org/rkazakov/project/4da2b86a-3878-426a-b545-9ab65a26e90b) ####...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/rkazakov/test/github/4da2b86a-3878-426a-b545-9ab65a26e90b/master..snyk-fix-jawxsi) for more details. #### Snyk Project: [bibleapi/bibleapi-rest:package.json](https://app.snyk.io/org/rkazakov/project/4da2b86a-3878-426a-b545-9ab65a26e90b) ####...

Normalize versification of RST vs KJV and other English versions. See how it's done here: https://github.com/openbibleinfo/Bible-Passage-Reference-Parser/issues/19 Use reversify npm module? https://www.npmjs.com/package/reversify

enhancement

Fix verse range request when verses are in mixed order. This is a really strange bug! Run this request once: [http://localhost:4000/api/v1/Matt3:5-2](http://localhost:4000/api/v1/Matt3:5-2) Response: verse 2 Run request again: [http://localhost:4000/api/v1/Matt3:5-2](http://localhost:4000/api/v1/Matt3:5-2) Response: verse...

bug

Investigate why certain requests result in an error or incorrect response. **Request**: [http://localhost:4000/api/v1/Gen1-2](http://localhost:4000/api/v1/Gen1-2) **Response**: message: "Bible passage is not found." **Request**: [http://localhost:4000/api/v1/Gen1-3](http://localhost:4000/api/v1/Gen1-3) **Response**: Chapters 1 and 3 are missing! **Request**:...

bug