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

oidc-jwt-client

Package Overview
Dependencies
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oidc-jwt-client - npm Package Compare versions

Comparing version 4.0.13 to 4.0.14

13

dist/types/store.d.ts
/// <reference types="react" />
import { StoreApi } from 'zustand';
import { HttpError } from './utils';

@@ -148,10 +147,8 @@ export interface Params {

export declare const CSRF_TOKEN_STORAGE_KEY = "oidc_jwt_provider_token";
declare function createOidcJwtClientStore(client: OidcJwtClientOptions | false, removeTokenFromUrlFunction?: (url: string) => void): import("zustand").UseBoundStore<StoreApi<UseOidcJwtClientStore>>;
declare const Provider: ({ createStore, children, }: {
createStore: () => StoreApi<UseOidcJwtClientStore>;
declare function createOidcJwtClientStore(client: OidcJwtClientOptions | false, removeTokenFromUrlFunction?: (url: string) => void): import("zustand").UseBoundStore<UseOidcJwtClientStore, import("zustand").StoreApi<UseOidcJwtClientStore>>;
declare const Provider: ({ initialStore, createStore, children, }: {
initialStore?: import("zustand").UseBoundStore<UseOidcJwtClientStore, import("zustand").StoreApi<UseOidcJwtClientStore>> | undefined;
createStore: () => import("zustand").UseBoundStore<UseOidcJwtClientStore, import("zustand").StoreApi<UseOidcJwtClientStore>>;
children: import("react").ReactNode;
}) => import("react").FunctionComponentElement<import("react").ProviderProps<StoreApi<UseOidcJwtClientStore> | undefined>>, useStore: {
(): UseOidcJwtClientStore;
<U>(selector: (state: UseOidcJwtClientStore) => U, equalityFn?: ((a: U, b: U) => boolean) | undefined): U;
};
}) => import("react").FunctionComponentElement<import("react").ProviderProps<import("zustand").UseBoundStore<UseOidcJwtClientStore, import("zustand").StoreApi<UseOidcJwtClientStore>> | undefined>>, useStore: import("zustand/context").UseContextStore<UseOidcJwtClientStore>;
export { createOidcJwtClientStore, Provider, useStore };
{
"name": "oidc-jwt-client",
"version": "4.0.13",
"version": "4.0.14",
"description": "Fetch JWTs for API access from oidc-jwt-provider",

@@ -32,3 +32,3 @@ "sideEffects": false,

"dependencies": {
"zustand": "^4.1.5"
"zustand": "^3.7.2"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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