This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cryptr/cryptr-react-native" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " React Native SDK for Cryptr Authentication" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
156
156
]
157
157
},
158
158
"dependencies" : {
159
+ "core-js" : " ^3.37.1" ,
159
160
"crypto-js" : " ^4.2.0" ,
160
161
"jwt-decode" : " ^4.0.0" ,
161
162
"react-native-uuid" : " ^2.0.2"
Original file line number Diff line number Diff line change
1
+ import 'core-js/stable/atob' ;
1
2
import { jwtDecode } from 'jwt-decode' ;
2
3
import { JWT , RS256 } from './constants' ;
3
4
import type { PreparedCryptrConfig } from './interfaces' ;
Original file line number Diff line number Diff line change @@ -1728,6 +1728,7 @@ __metadata:
1728
1728
" @types/jest " : ^29.5.12
1729
1729
" @types/jwt-decode " : ^3.1.0
1730
1730
" @types/react " : ^18.2.44
1731
+ core-js : ^3.37.1
1731
1732
crypto-js : ^4.2.0
1732
1733
del-cli : ^5.1.0
1733
1734
eslint : ^8.51.0
@@ -4702,6 +4703,13 @@ __metadata:
4702
4703
languageName : node
4703
4704
linkType : hard
4704
4705
4706
+ " core-js@npm:^3.37.1 " :
4707
+ version : 3.37.1
4708
+ resolution : " core-js@npm:3.37.1"
4709
+ checksum : 2d58a5c599f05c3e04abc8bc5e64b88eb17d914c0f552f670fb800afa74ec54b4fcc7f231ad6bd45badaf62c0fb0ce30e6fe89cedb6bb6d54e6f19115c3c17ff
4710
+ languageName : node
4711
+ linkType : hard
4712
+
4705
4713
" core-util-is@npm:~1.0.0 " :
4706
4714
version : 1.0.3
4707
4715
resolution : " core-util-is@npm:1.0.3"
You can’t perform that action at this time.
0 commit comments