Socket
Socket
Sign inDemoInstall

@auth0/auth0-vue

Package Overview
Dependencies
24
Maintainers
44
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

0

dist/auth0-vue.development.js

@@ -0,0 +0,0 @@ (function (global, factory) {

@@ -0,0 +0,0 @@ 'use strict';

3

dist/typings/global.d.ts
export { Auth0Plugin } from './plugin';
export * from './interfaces';
export * from './guard';
export { AuthorizationParams, PopupLoginOptions, PopupConfigOptions, GetTokenWithPopupOptions, LogoutUrlOptions, CacheLocation, GetTokenSilentlyOptions, IdToken, User, ICache, InMemoryCache, LocalStorageCache, Cacheable, } from '@auth0/auth0-spa-js';
export { User, InMemoryCache, LocalStorageCache } from '@auth0/auth0-spa-js';
export type { AuthorizationParams, PopupLoginOptions, PopupConfigOptions, GetTokenWithPopupOptions, LogoutUrlOptions, CacheLocation, GetTokenSilentlyOptions, IdToken, ICache, Cacheable } from '@auth0/auth0-spa-js';
import type { RouteLocation } from 'vue-router';
import type { App } from 'vue';
import { RedirectLoginOptions } from '@auth0/auth0-spa-js';
import type { RedirectLoginOptions } from '@auth0/auth0-spa-js';
/**

@@ -5,0 +5,0 @@ * The options used when creating an AuthGuard.

import * as Auth0Vue from './index';
export default Auth0Vue;
import './global';
import { Auth0VueClient, Auth0Plugin, Auth0PluginOptions, Auth0VueClientOptions } from './global';
import { Auth0Plugin } from './global';
import type { Auth0VueClient, Auth0PluginOptions, Auth0VueClientOptions } from './global';
import { AUTH0_TOKEN } from './token';

@@ -4,0 +5,0 @@ export * from './global';

@@ -0,0 +0,0 @@ export interface AppState {

import type { Auth0ClientOptions, LogoutOptions as SPALogoutOptions, RedirectLoginOptions as SPARedirectLoginOptions } from '@auth0/auth0-spa-js';
import { AppState } from './app-state';
import type { AppState } from './app-state';
/**

@@ -4,0 +4,0 @@ * Configuration for the Auth0 Vue Client

import type { User, IdToken, PopupLoginOptions, PopupConfigOptions, RedirectLoginResult, GetTokenSilentlyOptions, GetTokenSilentlyVerboseResponse, GetTokenWithPopupOptions } from '@auth0/auth0-spa-js';
import type { Ref } from 'vue';
import type { AppState } from './app-state';
import { LogoutOptions, RedirectLoginOptions } from './auth0-vue-client-options';
import type { LogoutOptions, RedirectLoginOptions } from './auth0-vue-client-options';
export interface Auth0VueClient {

@@ -6,0 +6,0 @@ /**

@@ -0,0 +0,0 @@ export * from './app-state';

@@ -0,0 +0,0 @@ import type { App, Ref } from 'vue';

@@ -0,0 +0,0 @@ import type { InjectionKey } from 'vue';

@@ -0,0 +0,0 @@ /**

declare const _default: "2.3.1";
export default _default;

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "2.3.1",
"version": "2.3.2",
"main": "dist/lib/auth0-vue.cjs.js",

@@ -52,3 +52,3 @@ "types": "dist/typings/index.d.ts",

"concurrently": "^7.5.0",
"cypress": "^9.2.0",
"cypress": "^13.1.0",
"es-check": "^7.0.1",

@@ -75,3 +75,3 @@ "eslint": "^8.5.0",

"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.5.2",

@@ -83,4 +83,4 @@ "rollup-plugin-vue": "^6.0.0",

"tslib": "^2.3.1",
"typedoc": "^0.23.21",
"typescript": "^4.9.3",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"vue-router": "^4.0.12",

@@ -87,0 +87,0 @@ "wait-on": "^6.0.0"

@@ -5,3 +5,5 @@ export { Auth0Plugin } from './plugin';

export {
export { User, InMemoryCache, LocalStorageCache } from '@auth0/auth0-spa-js';
export type {
AuthorizationParams,

@@ -15,7 +17,4 @@ PopupLoginOptions,

IdToken,
User,
ICache,
InMemoryCache,
LocalStorageCache,
Cacheable,
} from '@auth0/auth0-spa-js';
Cacheable
} from '@auth0/auth0-spa-js';

@@ -8,3 +8,3 @@ import type { RouteLocation } from 'vue-router';

import { unref } from 'vue';
import { RedirectLoginOptions } from '@auth0/auth0-spa-js';
import type { RedirectLoginOptions } from '@auth0/auth0-spa-js';

@@ -11,0 +11,0 @@ async function createGuardHandler(

import { inject } from 'vue';
import './global';
import {
import { Auth0Plugin } from './global';
import type {
Auth0VueClient,
Auth0Plugin,
Auth0PluginOptions,

@@ -7,0 +7,0 @@ Auth0VueClientOptions

@@ -7,3 +7,3 @@ /* eslint-disable @typescript-eslint/no-empty-interface */

} from '@auth0/auth0-spa-js';
import { AppState } from './app-state';
import type { AppState } from './app-state';

@@ -10,0 +10,0 @@ /**

@@ -14,3 +14,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

import type { AppState } from './app-state';
import {
import type {
LogoutOptions,

@@ -17,0 +17,0 @@ RedirectLoginOptions

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc