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.6.0 to 0.6.1

4

CHANGES.md
# bahai-indexes CHANGES
## 0.6.1
- fix: issue with merge links
## 0.6.0

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

2

indexes/json/searchEntriesFormSubmit.js

@@ -122,3 +122,3 @@ /* eslint-disable no-unsanitized/property -- Source must be trusted as

}
rootLinks[result.$book].push(links);
rootLinks[result.$book].push(...links);
} else {

@@ -125,0 +125,0 @@ const heading = document.createElement('h4');

@@ -109,3 +109,3 @@ /* eslint-disable no-unsanitized/property -- Source must be trusted as

}
rootLinks[result.$book].push(links);
rootLinks[result.$book].push(...links);
} else {

@@ -112,0 +112,0 @@ const heading = document.createElement('h4');

{
"name": "bahai-indexes",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"description": "Indexes to the Bahá'í Writings in JSON form",

@@ -6,0 +6,0 @@ "main": "src/buildFlattenedJSONAndJS.js",

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