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

@zitadel/react

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zitadel/react - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/index.d.ts

@@ -1,1 +0,1 @@

export { createZitadelAuth, ZitadelConfig } from "./zitadelAuth";
export { createZitadelAuth, ZitadelConfig, ZitadelAuth } from "./zitadelAuth";

@@ -5,3 +5,3 @@ import { UserManagerSettings, UserManager } from "oidc-client-ts";

};
interface ZitadelAuth {
export interface ZitadelAuth {
authorize(): Promise<void>;

@@ -12,2 +12,1 @@ signout(): Promise<void>;

export declare function createZitadelAuth(zitadelConfig: ZitadelConfig): ZitadelAuth;
export {};
{
"name": "@zitadel/react",
"version": "1.0.2",
"version": "1.0.3",
"description": "Wraps oidc-client-ts to provide a simple interface for ZITADEL",

@@ -5,0 +5,0 @@ "homepage": "https://zitadel.com/docs/examples/login/react",

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