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.2.1 to 3.2.3

2

package.json
{
"name": "react-native-clean-project",
"version": "3.2.1",
"version": "3.2.3",
"engines": {

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

@@ -7,5 +7,6 @@ // Implementation of various command-line tasks

wipeiOSBuildFolder: {
name: 'wipe iOS build folder',
command: 'rm',
args: ['-rf', 'ios/build']
name: 'wipe iOS build artifacts',
command:
'rm -rf ios/build && (killall Xcode || true) && xcrun -k && cd ios && xcodebuild -alltargets clean && cd .. && rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache" && rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang.$(whoami)/ModuleCache" && rm -fr ~/Library/Developer/Xcode/DerivedData/ && rm -fr ~/Library/Caches/com.apple.dt.Xcode/',
args: []
},

@@ -12,0 +13,0 @@ wipeiOSPodsFolder: {

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