New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/supabase

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/supabase - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

2

dist/module.json

@@ -7,3 +7,3 @@ {

},
"version": "1.4.5",
"version": "1.4.6",
"builder": {

@@ -10,0 +10,0 @@ "@nuxt/module-builder": "0.8.4",

@@ -9,3 +9,3 @@ import { createClient } from "@supabase/supabase-js";

}
} = useRuntimeConfig();
} = useRuntimeConfig(event);
if (!serviceKey) {

@@ -12,0 +12,0 @@ throw new Error("Missing `SUPABASE_SERVICE_KEY` in `.env`");

{
"name": "@nuxtjs/supabase",
"version": "1.4.5",
"version": "1.4.6",
"description": "Supabase module for Nuxt",

@@ -34,17 +34,17 @@ "repository": {

"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.9",
"@supabase/supabase-js": "^2.48.0",
"defu": "^6.1.4",
"pathe": "^1.1.2"
"pathe": "^2.0.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.3",
"@nuxt/kit": "^3.14.1592",
"@nuxt/eslint": "^0.7.5",
"@nuxt/kit": "^3.15.2",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@release-it/conventional-changelog": "^9.0.3",
"@types/node": "^22.10.2",
"@nuxt/schema": "^3.15.2",
"@release-it/conventional-changelog": "^10.0.0",
"@types/node": "^22.10.7",
"changelogen": "^0.5.7",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"release-it": "^17.10.0",
"eslint": "^9.18.0",
"nuxt": "^3.15.2",
"release-it": "^18.1.1",
"typescript": "^5.6.3"

@@ -51,0 +51,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc