Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bahai-indexes

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bahai-indexes - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

4

CHANGES.md
# CHANGES to `bahai-indexes`
## 0.8.2
- fix: disable forms until ready
## 0.8.1

@@ -4,0 +8,0 @@

@@ -141,1 +141,7 @@ import {$, httpquery} from './utils.js';

inputsPages.forEach((id) => setInput(id));
// Reenable
const fieldsets = document.querySelectorAll('fieldset');
fieldsets.forEach((fieldset) => {
fieldset.disabled = false;
});

4

package.json
{
"name": "bahai-indexes",
"type": "module",
"version": "0.8.1",
"version": "0.8.2",
"description": "Indexes to the Bahá'í Writings in JSON form",

@@ -61,3 +61,3 @@ "main": "src/buildFlattenedJSONAndJS.js",

},
"readme": "# bahai-indexes\n\nIndexes to the Bahá'í Writings in JSON format, along with some\ntools to convert from the original (idiosyncratic) HTML versions.\n\n```shell\nnpm i bahai-indexes\n```\n\nNote that any copyright that applies for the original indexes follows its own\ncopyright.\n\nYou can see a [**Demo**](https://bahai-browser.org/indexes/json/?indexTerm=God&entriesOrLinks=2).\n\n**NOTE: This project only has an index for the following files at present!**\n\n## Sources\n\n- *Kitáb-i-Aqdas* (`aqdas`) - From <http://bahai-library.com/writings/bahaullah/aqdas/aqdas2/aqdas-allindex.html>;\n view within queries against the following (currently Chrome only:\n <https://bahai-browser.org/#lang=en-US&work=aqdas>).\n\n- *Kitáb-i-Íqán* (`aqdas`) - From <https://bahai-library.com/writings/bahaullah/iqan/iq-indx.htm>.\n\n## Higher priority to-dos\n\n1. Add more books\n\n## Medium priority to-dos\n\n1. Delete unused URL params\n1. Merging of entries option\n1. Could make agnostic to application, with user supplying JSON as config\n files.\n1. Ideally add categories, even to each entry level, and allow merging\n1. Editing\n 1. Add category mechanism for adding categories (and categories for these\n categories) to top-level index items (for a completely subject-based\n sorting, as with\n <http://bahai-library.com/hornby_lights_guidance#topicalcontents>).\n 1. Ability to mark-up any two entries as identical, e.g.,\n \"Hair, does not invalidate prayer\" and\n \"Prayer, hair does not invalidate\", so that could optionally avoid\n showing duplicates (though admittedly not exactly duplicates based\n on difference of emphasis)\n\n## Lower priority to-dos\n\n1. Offline ability\n1. Add JSON Schema for each schema and any fixed rules into an abstract schema\n"
"readme": "# bahai-indexes\n\nIndexes to the Bahá'í Writings in JSON format, along with some\ntools to convert from the original (idiosyncratic) HTML versions.\n\n```shell\nnpm i bahai-indexes\n```\n\nNote that any copyright that applies for the original indexes follows its own\ncopyright.\n\nYou can see a [**Demo**](https://bahai-browser.org/indexes/json/?indexTerm=God&entriesOrLinks=2).\n\n**NOTE: This project only has an index for the following files at present!**\n\n## Sources\n\n- *Kitáb-i-Aqdas* (`aqdas`) - From <http://bahai-library.com/writings/bahaullah/aqdas/aqdas2/aqdas-allindex.html>;\n view within queries against the following (currently Chrome only:\n <https://bahai-browser.org/#lang=en-US&work=aqdas>).\n\n- *Kitáb-i-Íqán* (`aqdas`) - From <https://bahai-library.com/writings/bahaullah/iqan/iq-indx.htm>.\n\n## Higher priority to-dos\n\n1. Add more books (see <https://bahai-library.com/zamir_temp_indexes>)\n\n## Medium priority to-dos\n\n1. Delete unused URL params\n1. Merging of entries option\n1. Could make agnostic to application, with user supplying JSON as config\n files.\n1. Ideally add categories, even to each entry level, and allow merging\n1. Editing\n 1. Add category mechanism for adding categories (and categories for these\n categories) to top-level index items (for a completely subject-based\n sorting, as with\n <http://bahai-library.com/hornby_lights_guidance#topicalcontents>).\n 1. Ability to mark-up any two entries as identical, e.g.,\n \"Hair, does not invalidate prayer\" and\n \"Prayer, hair does not invalidate\", so that could optionally avoid\n showing duplicates (though admittedly not exactly duplicates based\n on difference of emphasis)\n\n## Lower priority to-dos\n\n1. Offline ability (and reactive web components like uce(-template)?)\n1. Add JSON Schema for each schema and any fixed rules into an abstract schema\n"
}

@@ -27,3 +27,3 @@ # bahai-indexes

1. Add more books
1. Add more books (see <https://bahai-library.com/zamir_temp_indexes>)

@@ -50,3 +50,3 @@ ## Medium priority to-dos

1. Offline ability
1. Offline ability (and reactive web components like uce(-template)?)
1. Add JSON Schema for each schema and any fixed rules into an abstract schema

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