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.5.0

2

lib/registerPodsFromPackage.js

@@ -14,3 +14,3 @@ const registerPod = require("./registerPod");

} else if (typeof podinfo === "string") {
if (podinfo.contains("git")) {
if (podinfo.indexOf("git") > -1) {
podinfo = {

@@ -17,0 +17,0 @@ pod: podname,

{
"name": "react-native-pod",
"version": "1.4.0",
"version": "1.5.0",
"description": "Automatically generate podfile for React Native",

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