Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@ory/elements-react

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ory/elements-react - npm Package Compare versions

Comparing version
1.0.0-pr.5494d7c2
to
1.0.0-pr.6c5e72b6
+23
-0
CHANGELOG.md

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

## 1.0.0-rc.5 (2025-05-16)
### 🩹 Fixes
- properly detect OIDC account linking ([#538](https://github.com/ory/elements/pull/538))
### ❤️ Thank You
- Jonas Hungershausen
## 1.0.0-rc.4 (2025-05-15)
### 🩹 Fixes
- properly handle missing fields in OIDC registration ([#534](https://github.com/ory/elements/pull/534))
- incorrect if branching in handle error ([#533](https://github.com/ory/elements/pull/533))
- re-enable method chooser on mfa method active screens ([#530](https://github.com/ory/elements/pull/530))
### ❤️ Thank You
- hackerman @aeneasr
- Jonas Hungershausen
## 1.0.0-rc.3 (2025-05-09)

@@ -2,0 +25,0 @@

+2
-1

@@ -76,3 +76,4 @@ # Developing @ory/elements-react

./scripts/release.sh @ory/elements-react next
./scripts/release.sh @ory/elements-react next # next release preview (-next.X)
./scripts/release.sh @ory/elements-react rc # release candidate (-rc.X)
```

@@ -79,0 +80,0 @@

@@ -1296,2 +1296,5 @@ /* tailwind/generated/default-variables.css */

}
.disabled\:cursor-default:disabled {
cursor: default;
}
.disabled\:cursor-not-allowed:disabled {

@@ -1321,2 +1324,5 @@ cursor: not-allowed;

}
.disabled\:opacity-50:disabled {
opacity: 0.5;
}
.disabled\:ring-button-primary-border-disabled:disabled {

@@ -1328,2 +1334,5 @@ --tw-ring-color: var(--button-primary-border-disabled);

}
.disabled\:hover\:bg-ui-transparent:hover:disabled {
background-color: var(--ui-transparent);
}
.group:hover .group-hover\:text-button-identifier-foreground-hover {

@@ -1330,0 +1339,0 @@ color: var(--button-identifier-foreground-hover);

{
"name": "@ory/elements-react",
"version": "1.0.0-pr.5494d7c2",
"version": "1.0.0-pr.6c5e72b6",
"exports": {

@@ -51,3 +51,3 @@ ".": {

"input-otp": "1.4.2",
"react-hook-form": "7.56.3",
"react-hook-form": "7.56.4",
"react-intl": "7.1.10",

@@ -54,0 +54,0 @@ "tailwind-merge": "3.3.0",

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

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

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

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

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

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

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

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

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