@react-native-oh-tpl/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.
33 lines (32 loc) • 670 B
JSON
{
"name": "@react-native-oh-tpl/react-native-get-random-values",
"version": "1.11.0-0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/react-native-oh-library/react-native-get-random-values.git"
},
"harmony": {
"alias": "react-native-get-random-values",
"codegenConfig": {
"specPaths": [
"./src"
]
}
},
"dependencies": {
"fast-base64-decode": "^1.0.0"
},
"peerDependencies": {
"react-native": ">=0.56"
},
"keywords": [
"Crypto.getRandomValues",
"crypto",
"get-random-values",
"getRandomValues",
"polyfill",
"react-native",
"harmony"
]
}