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.3.0 to 0.4.0

pnpm-lock.yaml

7

CHANGES.md
# bahai-indexes CHANGES
## 0.4.0
- Linting: Latest per ash-nazg
- npm: Update devDeps. including peerDeps. of `eslint-config-ash-nazg`
- npm: Switch to pnpm
- npm: Update devDeps.
## 0.3.0

@@ -4,0 +11,0 @@

23

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

@@ -32,5 +32,5 @@ "main": "src/buildFlattenedJSONAndJS.js",

"devDependencies": {
"@mysticatea/eslint-plugin": "^13.0.0",
"eslint": "^7.18.0",
"eslint-config-ash-nazg": "^24.0.0",
"@brettz9/eslint-plugin": "^1.0.3",
"eslint": "^7.23.0",
"eslint-config-ash-nazg": "^29.9.0",
"eslint-config-standard": "^16.0.2",

@@ -40,17 +40,16 @@ "eslint-plugin-array-func": "^3.1.7",

"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.0.6",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-no-unsanitized": "^3.1.4",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-radar": "^0.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^26.0.1",
"eslint-plugin-unicorn": "^29.0.0",
"handle-node": "^0.2.1",
"jsdom": "^16.4.0",
"typescript": "^4.1.3"
"jsdom": "^16.5.1"
}
}

@@ -114,3 +114,3 @@ // Todo: It would be ideal if this could be made generic to other books, but

basePath + '/' + key,
parents.concat([[key, val]])
[...parents, [key, val]]
);

@@ -117,0 +117,0 @@ });

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