Skip to content

feat: add @alikhalilll/nuxt-crypto module#1452

Open
alikhalilll wants to merge 2 commits intonuxt:mainfrom
alikhalilll:add/crypto
Open

feat: add @alikhalilll/nuxt-crypto module#1452
alikhalilll wants to merge 2 commits intonuxt:mainfrom
alikhalilll:add/crypto

Conversation

@alikhalilll
Copy link
Copy Markdown

Summary

Adds @alikhalilll/nuxt-crypto to the Nuxt modules registry.

Symmetric Web Crypto service for Nuxt 3/4 — AES-256-GCM + PBKDF2 with key caching, pluggable algorithms, and optional device-fingerprint binding. Uses the standard Web Crypto API so it runs in browsers, Nitro servers, Cloudflare Workers, and Deno.

Generated via pnpm sync crypto alikhalilll/ali-nuxt-toolkit#master/packages/crypto then refined category/website.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5d55c8a4-be72-48ea-9dd7-40d3025b3bbd

📥 Commits

Reviewing files that changed from the base of the PR and between f04c78b and 91d9bc8.

⛔ Files ignored due to path filters (1)
  • icons/crypto.svg is excluded by !**/*.svg
📒 Files selected for processing (1)
  • modules/crypto.yml
✅ Files skipped from review due to trivial changes (1)
  • modules/crypto.yml

📝 Walkthrough

Walkthrough

A new module manifest file modules/crypto.yml was added to register a third‑party "crypto" security module for Nuxt. The manifest includes metadata: description, repository/source links, NPM package name @alikhalilll/nuxt-crypto, icon and website links, category, module type ("3rd-party"), maintainer information, Nuxt compatibility (>=3.0.0), and an empty requires object.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~4 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: adding the @alikhalilll/nuxt-crypto module to the registry.
Description check ✅ Passed The description is directly related to the changeset, providing context about the module being added, its features, and relevant links.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
modules/crypto.yml (1)

8-8: Use canonical repository root for github URL.

Set github to https://github.com/alikhalilll/ali-nuxt-toolkit (repo root). sync() derives github from repo root anyway, so the current tree-path URL is likely to be rewritten and cause unnecessary drift.

Suggested diff
-github: https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/crypto
+github: https://github.com/alikhalilll/ali-nuxt-toolkit
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@modules/crypto.yml` at line 8, Update the github field in modules/crypto.yml
to use the canonical repository root URL instead of the tree path; specifically
replace the current "github" value
(https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/crypto)
with the repo root URL (https://github.com/alikhalilll/ali-nuxt-toolkit) so
sync() which derives github from the repo root won’t rewrite the value and cause
drift.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@modules/crypto.yml`:
- Line 8: Update the github field in modules/crypto.yml to use the canonical
repository root URL instead of the tree path; specifically replace the current
"github" value
(https://github.com/alikhalilll/ali-nuxt-toolkit/tree/master/packages/crypto)
with the repo root URL (https://github.com/alikhalilll/ali-nuxt-toolkit) so
sync() which derives github from the repo root won’t rewrite the value and cause
drift.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0d4200ff-1133-47a3-8086-013624d0e70f

📥 Commits

Reviewing files that changed from the base of the PR and between da52820 and f04c78b.

📒 Files selected for processing (1)
  • modules/crypto.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant