You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-randombytes

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-randombytes - npm Package Compare versions

Comparing version

to
2.2.0

4

package.json
{
"name": "react-native-randombytes",
"version": "2.1.0",
"version": "2.2.0",
"description": "randomBytes for react-native",

@@ -18,3 +18,3 @@ "main": "index.js",

"dependencies": {
"buffer": "^3.5.2",
"buffer": "^4.9.1",
"sjcl": "^1.0.3"

@@ -21,0 +21,0 @@ },

@@ -49,3 +49,3 @@ # react-native-randombytes

include ':randombytes', ':app'
project(':randombytes').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-randombytes/app')
project(':randombytes').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-randombytes/android')
```

@@ -52,0 +52,0 @@