New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-radar

Package Overview
Dependencies
Maintainers
0
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-radar - npm Package Compare versions

Comparing version 3.19.0 to 3.19.1

2

package.json

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "3.19.0",
"version": "3.19.1",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "files": [

@@ -54,3 +54,3 @@ "use strict";

// Check if the pod declaration already exists
if (contents.indexOf("pod 'RadarSDKMotion', '3.19.4'") === -1) {
if (contents.indexOf("pod 'RadarSDKMotion', '3.20.1'") === -1) {
// Find the target block

@@ -64,3 +64,3 @@ const targetRegex = /target '(\w+)' do/g;

const targetBlock = contents.substring(targetStartIndex, targetEndIndex);
const updatedTargetBlock = targetBlock.replace(/(target '(\w+)' do)/, `$1\n pod 'RadarSDKMotion', '3.19.4'`);
const updatedTargetBlock = targetBlock.replace(/(target '(\w+)' do)/, `$1\n pod 'RadarSDKMotion', '3.20.1'`);
const newContents = contents.replace(targetBlock, updatedTargetBlock);

@@ -67,0 +67,0 @@ // Write the updated contents back to the Podfile

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc