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

react-native-clean-project

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-clean-project - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

2

package.json
{
"name": "react-native-clean-project",
"version": "3.6.0",
"version": "3.6.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8.9.0"

@@ -9,4 +9,4 @@ #!/usr/bin/env node

.then(options.askiOSPods)
.then(options.askSystemPodsCache)
.then(options.askUserPodsCache)
.then(options.askSystemiOSPodsCache)
.then(options.askUseriOSPodsCache)
.then(options.askUpdatePods)

@@ -25,7 +25,7 @@ .then(options.askAndroid)

}
if (options.getWipeSystemPodsCache()) {
executeTask(tasks.wipeSystemPodsCache);
if (options.getWipeSystemiOSPodsCache()) {
executeTask(tasks.wipeSystemiOSPodsCache);
}
if (options.getWipeUserPodsCache()) {
executeTask(tasks.wipeUserPodsCache);
if (options.getWipeUseriOSPodsCache()) {
executeTask(tasks.wipeUseriOSPodsCache);
}

@@ -32,0 +32,0 @@ if (options.getWipeAndroidBuild()) {

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