New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 0.2.0

indexes/json-flattened/aqdas.js

4

CHANGES.md
# bahai-indexes CHANGES
## 0.2.0
- Enhancement: Provide flattened JSON export
## 0.1.0

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

2

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

@@ -5,0 +5,0 @@ "main": "src/iterator.js",

@@ -212,2 +212,6 @@ const fs = require('fs');

);
fs.writeFileSync(
join(__dirname, '/../indexes/json-flattened/aqdas.js'),
'export default ' + JSON.stringify(paragraphToIndexEntries, null, 2) + ';\n'
);
}

@@ -214,0 +218,0 @@

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