From cf5c9a701c4d9c15d113a79ba871e057ea71f86e Mon Sep 17 00:00:00 2001 From: MGraf Date: Thu, 12 Sep 2024 12:17:48 +0100 Subject: [PATCH 1/2] Add nuxt-protected-mailto --- modules/nuxt-protected-mailto.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/nuxt-protected-mailto.yml diff --git a/modules/nuxt-protected-mailto.yml b/modules/nuxt-protected-mailto.yml new file mode 100644 index 000000000..c1d218fcf --- /dev/null +++ b/modules/nuxt-protected-mailto.yml @@ -0,0 +1,15 @@ +name: nuxt-protected-mailto +description: Protect email from spam without sacrificing usability +repo: mmoollllee/nuxt-protected-mailto +npm: nuxt-protected-mailto +github: https://github.com/mmoollllee/nuxt-protected-mailto +website: https://github.com/mmoollllee/nuxt-protected-mailto +learn_more: https://mmoollllee.github.io/nuxt-protected-mailto/ +category: Security +type: 3rd-party +maintainers: + - name: mmoollllee + github: mmoollllee +compatibility: + nuxt: ^2.0.0 + requires: {} From a0ed9aa51675767e5315cb7be2f3522645e4e4dd Mon Sep 17 00:00:00 2001 From: MGraf Date: Tue, 24 Sep 2024 11:17:10 +0100 Subject: [PATCH 2/2] fix: nuxt compatibility (see: #1071) --- modules/nuxt-protected-mailto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nuxt-protected-mailto.yml b/modules/nuxt-protected-mailto.yml index c1d218fcf..65f817f27 100644 --- a/modules/nuxt-protected-mailto.yml +++ b/modules/nuxt-protected-mailto.yml @@ -11,5 +11,5 @@ maintainers: - name: mmoollllee github: mmoollllee compatibility: - nuxt: ^2.0.0 + nuxt: ^2.0.0 || >=3.0.0 requires: {}