Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/supabase

Package Overview
Dependencies
Maintainers
7
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.2.1 to 1.2.2

23

dist/module.d.ts
import * as _nuxt_schema from '@nuxt/schema';
import { CookieOptions } from 'nuxt/app';
import { SupabaseClientOptions } from '@supabase/supabase-js';
import { RedirectOptions } from './runtime/types/index.js';
declare module '@nuxt/schema' {
interface PublicRuntimeConfig {
supabase: {
url: string
key: string
redirect: boolean
redirectOptions: RedirectOptions
cookieName: string
cookieOptions: CookieOptions
clientOptions: SupabaseClientOptions<string>
}
}
}
interface RedirectOptions {
login: string
callback: string
include?: string[]
exclude?: string[]
cookieRedirect?: boolean
}
interface ModuleOptions {

@@ -28,0 +7,0 @@ /**

6

dist/module.json

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

},
"version": "1.2.1"
"version": "1.2.1",
"builder": {
"@nuxt/module-builder": "0.6.0",
"unbuild": "2.0.0"
}
}
export { serverSupabaseClient } from './serverSupabaseClient';
export { serverSupabaseServiceRole } from './serverSupabaseServiceRole';
export { serverSupabaseUser } from './serverSupabaseUser';
export { serverSupabaseSession } from './serverSupabaseSession';
{
"name": "@nuxtjs/supabase",
"version": "1.2.1",
"version": "1.2.2",
"description": "Supabase module for Nuxt",

@@ -30,3 +30,3 @@ "repository": "nuxt-community/supabase-module",

"@nuxt/kit": "^3.11.2",
"@supabase/supabase-js": "2.42.4",
"@supabase/supabase-js": "2.43.0",
"defu": "^6.1.4",

@@ -36,11 +36,11 @@ "pathe": "^1.1.2"

"devDependencies": {
"@nuxt/eslint": "^0.3.8",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/eslint": "^0.3.10",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.12.7",
"eslint": "^9.0.0",
"@types/node": "^20.12.8",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"prettier": "^3.2.5",
"release-it": "^17.2.0",
"release-it": "^17.2.1",
"typescript": "^5.4.5"

@@ -47,0 +47,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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