@nuxt/modules 0.6.0-3d6041 → 0.6.0-90586f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/modules.json +23 -0
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -762,6 +762,29 @@
762
762
  "requires": {}
763
763
  }
764
764
  },
765
+ {
766
+ "name": "csurf",
767
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
768
+ "repo": "morgbn/nuxt-csurf",
769
+ "npm": "nuxt-csurf",
770
+ "icon": "csurf.svg",
771
+ "github": "https://github.com/morgbn/nuxt-csurf",
772
+ "website": "https://github.com/morgbn/nuxt-csurf",
773
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
774
+ "category": "Security",
775
+ "type": "3rd-party",
776
+ "maintainers": [
777
+ {
778
+ "name": "morgbn",
779
+ "github": "morgbn",
780
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
781
+ }
782
+ ],
783
+ "compatibility": {
784
+ "nuxt": "^3.0.0",
785
+ "requires": {}
786
+ }
787
+ },
765
788
  {
766
789
  "name": "custom-elements",
767
790
  "description": "Publish your Components as a vue-custom-element standalone build.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-3d6041",
3
+ "version": "0.6.0-90586f",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [