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

@corbado/react

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corbado/react - npm Package Compare versions

Comparing version 2.18.0 to 2.19.0

6

dist/components/authentication/AuthFlow.d.ts
import type { FC } from 'react';
export declare const AuthFlow: FC;
type Props = {
initialAutoFocus: boolean;
};
export declare const AuthFlow: FC<Props>;
export {};

@@ -8,3 +8,4 @@ import type { LoginInitBlock } from '@corbado/shared-ui';

setLoading: (loading: boolean) => void;
initialAutoFocus: boolean;
}
export declare const LoginForm: FC<LoginFormProps>;

3

dist/screens/auth-blocks/login-init/LoginInit.d.ts
import type { LoginInitBlock } from '@corbado/shared-ui';
import React from 'react';
export declare const LoginInit: ({ block }: {
export declare const LoginInit: ({ block, initialAutoFocus }: {
block: LoginInitBlock;
initialAutoFocus: boolean;
}) => React.JSX.Element;
import type { SignupInitBlock } from '@corbado/shared-ui';
import React from 'react';
export declare const SignupInit: ({ block }: {
export declare const SignupInit: ({ block, initialAutoFocus }: {
block: SignupInitBlock;
initialAutoFocus: boolean;
}) => React.JSX.Element;
{
"name": "@corbado/react",
"version": "2.18.0",
"version": "2.19.0",
"description": "This package provides all the functionalities and UI components needed by developers when integration Corbado's Authentication management system in their react application",

@@ -34,4 +34,4 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>",

"dependencies": {
"@corbado/shared-ui": "^2.18.0",
"@corbado/web-core": "^2.17.0",
"@corbado/shared-ui": "^2.19.0",
"@corbado/web-core": "^2.18.0",
"i18next": "23.5.1",

@@ -44,3 +44,3 @@ "i18next-browser-languagedetector": "7.1.0",

"devDependencies": {
"@corbado/types": "^2.11.2",
"@corbado/types": "^2.12.0",
"@types/react": "^18.2.0",

@@ -54,3 +54,3 @@ "ts-results": "^3.3.0",

},
"gitHead": "199e47ad3ab7601fa552b6e370c318742bf9bd36"
"gitHead": "2339a675c2e22631ba4da05aa0e23a40b1398ad9"
}

Sorry, the diff of this file is too big to display

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