PoC
https://github.com/LavaMoat/docs/blob/main/react-native-and-ses-lockdown.md
Discussion
Currently we are including the file lockdown.umd.js
Example:
curl -O https://npmfs.com/download/ses/0.15.9/dist/lockdown.umd.js
We could, instead, use the npm ses package.
This allow us a cleaner code base and more control over the version of ses being in use.
PoC
https://github.com/LavaMoat/docs/blob/main/react-native-and-ses-lockdown.md
Discussion
Example:
0.15.9is 2 days old as of2022.02.21.We could, instead, use the npm ses package.
This allow us a cleaner code base and more control over the version of
sesbeing in use.