@nuxtjs/supabase
Advanced tools
Comparing version 0.3.3 to 0.3.4-beta.0
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.3.3" | ||
"version": "0.3.4-beta.0" | ||
} |
{ | ||
"name": "@nuxtjs/supabase", | ||
"version": "0.3.3", | ||
"version": "0.3.4-beta.0", | ||
"description": "Supabase module for Nuxt", | ||
@@ -25,3 +25,4 @@ "repository": "nuxt-community/supabase-module", | ||
"lint": "eslint --ext .js,.ts,.vue .", | ||
"release": "yarn lint && release-it" | ||
"release": "yarn lint && release-it", | ||
"pre-release": "yarn lint && release-it --preRelease=beta" | ||
}, | ||
@@ -28,0 +29,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
4
23251
457