@corbado/react
Advanced tools
Comparing version 2.18.0 to 2.19.0
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>; |
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
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1976547
3423
1
1
Updated@corbado/shared-ui@^2.19.0
Updated@corbado/web-core@^2.18.0