File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1- # rn-passkeys
1+ # react-native-passkeys
2+
3+ ## 0.3.2
4+
5+ ### Patch Changes
6+ - 7eca9ea: Fix iOS Safari crashing due to largeBlob empty object
7+
8+ iOS Safari crashes when requesting a largeBlob credential with an empty object
9+ using the ` get() ` method.
10+
11+ This patch passes undefined if the request does not include a largeBlob object.
12+
13+ ## 0.3.1
14+
15+ ### Minor Changes
16+
17+ - 739b73b: Adds ` getPublicKey ` method
18+ Fixes Android support for Expo SDK 51
19+ Fixes default attestation preference to ` none ` on iOS
220
321## 0.1.6
422
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-passkeys" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " A library for using (webauthn) passkeys on iOS, Android & web with a single api" ,
55 "main" : " build/index.js" ,
66 "types" : " build/index.d.ts" ,
4444 "react" : " *" ,
4545 "react-native" : " *"
4646 }
47- }
47+ }
You can’t perform that action at this time.
0 commit comments