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

@ory/elements-react

Package Overview
Dependencies
Maintainers
0
Versions
27
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-next.6 to 1.0.0-next.7

.vscode/i18n-ally-reviews.yml

21

CHANGELOG.md

@@ -1,9 +0,16 @@

## 1.0.0-next.6 (2024-09-18)
## 1.0.0-next.7 (2024-09-27)
### 🚀 Features
- add two-step login card
### 🩹 Fixes
- **intl:** export locales object from package root
- registration text in swedish translation
- show identifier_first node in card header
### ❤️ Thank You

@@ -13,2 +20,12 @@

## 1.0.0-next.6 (2024-09-18)
### 🩹 Fixes
- **intl:** export locales object from package root
### ❤️ Thank You
- Jonas Hungershausen
## 1.0.0-next.5 (2024-09-17)

@@ -15,0 +32,0 @@

19

package.json
{
"name": "@ory/elements-react",
"version": "1.0.0-next.6",
"version": "1.0.0-next.7",
"exports": {

@@ -31,8 +31,8 @@ ".": {

"dependencies": {
"@ory/client-fetch": "1.15.0-next.0",
"@ory/client-fetch": "^1.15.4",
"clsx": "2.1.1",
"input-otp": "1.2.4",
"react-hook-form": "7.52.1",
"tailwind-merge": "2.4.0",
"react-intl": "6.4.4"
"react-hook-form": "7.53.0",
"react-intl": "6.7.0",
"tailwind-merge": "2.5.2"
},

@@ -44,8 +44,9 @@ "peerDependencies": {

"devDependencies": {
"@svgr/plugin-jsx": "^8.1.0",
"esbuild-plugin-svgr": "2.1.0",
"eslint-plugin-react": "7.35.0",
"@hookform/devtools": "^4.3.1",
"@svgr/plugin-svgo": "^8.1.0",
"esbuild-plugin-svgr": "^2.1.0",
"eslint-plugin-react": "7.37.0",
"postcss": "8.4.47",
"postcss-prefix-selector": "1.16.1",
"tsup": "8.2.3"
"tsup": "8.3.0"
},

@@ -52,0 +53,0 @@ "keywords": [

@@ -52,11 +52,12 @@ <p align="center">

```ts
import { frontendClient } from "@ory/client-fetch"
export function serverClientFrontend() {
// For testing purposes we're using Ory tunnel
return frontendClient("http://localhost:4000", {
const config = new Configuration({
headers: {
Accept: "application/json",
},
basePath: "http://localhost:4000",
})
return new FrontendApi(config)
}

@@ -63,0 +64,0 @@ ```

@@ -22,3 +22,4 @@ {

"paths": {
"@ory/elements-react": ["./src/index.ts"]
"@ory/elements-react": ["./src/index.ts"],
"@tests/*": ["./src/tests/*"]
}

@@ -32,4 +33,5 @@ },

"src/tests/**/*.ts",
"src/tests/**/*.tsx"
"src/tests/**/*.tsx",
"tsup.config.ts"
]
}

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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