react-native-get-random-values
Version:
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
21 lines (20 loc) • 413 B
JSON
{
"name": "react-native-get-random-values",
"version": "1.11.0",
"license": "MIT",
"repository": "LinusU/react-native-get-random-values",
"dependencies": {
"fast-base64-decode": "^1.0.0"
},
"peerDependencies": {
"react-native": ">=0.56"
},
"keywords": [
"Crypto.getRandomValues",
"crypto",
"get-random-values",
"getRandomValues",
"polyfill",
"react-native"
]
}