diff --git a/.gitignore b/.gitignore index 71af20c1b..3e68775e3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ modules.json .idea .pnp.* .history + +# Snyk Security Extension - AI Rules (auto-generated) +.github/instructions/snyk_rules.instructions.md diff --git a/icons/nuxt-cryptography.png b/icons/nuxt-cryptography.png new file mode 100644 index 000000000..29411fadb Binary files /dev/null and b/icons/nuxt-cryptography.png differ diff --git a/modules/nuxt-cryptography.yml b/modules/nuxt-cryptography.yml new file mode 100644 index 000000000..449a9b9a5 --- /dev/null +++ b/modules/nuxt-cryptography.yml @@ -0,0 +1,20 @@ +name: nuxt-cryptography +description: Secure, framework-native cryptography utilities that work identically on the server and in the browser. +repo: BitwoHQ/nuxt-cryptography +npm: '@bitwo.io/nuxt-cryptography' +icon: nuxt-cryptography.png +github: https://github.com/BitwoHQ/nuxt-cryptography +website: https://github.com/BitwoHQ/nuxt-cryptography +learn_more: https://github.com/BitwoHQ/nuxt-cryptography +category: Security +type: 3rd-party +maintainers: + - name: Bitwo + github: BitwoHQ + twitter: BitwoHQ + - name: André Nunes + github: ItsAnunesS + twitter: itsanuness +compatibility: + nuxt: ^3.0.0 + requires: {}