feat: add @alikhalilll/nuxt-crypto module#1452
feat: add @alikhalilll/nuxt-crypto module#1452alikhalilll wants to merge 2 commits intonuxt:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA new module manifest file Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
modules/crypto.yml (1)
8-8: Use canonical repository root forgithubURL.Set
githubtohttps://github.com/alikhalilll/ali-nuxt-toolkit(repo root).sync()derivesgithubfromreporoot 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.
Summary
Adds
@alikhalilll/nuxt-cryptoto 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/cryptothen refined category/website.