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-pod

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pod - npm Package Compare versions

Comparing version

to
1.12.0

12

bin/preinstall.js
#!/usr/bin/env node
const execSync = require("child_process").execSync;
out = execSync("which pod");
if(!out) {
console.log("This package requires cocoapods to be installed on this machine. try running:\n\n\tgem install cocoapods\n\n")
exit(1);
}
const out = execSync("which pod");
if (!out) {
console.warn(
"This package requires cocoapods to be installed on this machine. try running:\n\n\tgem install cocoapods\n\n"
);
// exit(1);
}
{
"name": "react-native-pod",
"version": "1.11.0",
"version": "1.12.0",
"description": "Automatically generate podfile for React Native",

@@ -5,0 +5,0 @@ "scripts": {