Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-community/cli-clean

Package Overview
Dependencies
Maintainers
30
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-clean - npm Package Compare versions

Comparing version 9.0.0-alpha.0 to 9.0.0-alpha.3

8

build/clean.js

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

tasks: [{
label: 'Clean CocoaPods cache',
label: 'Clean CocoaPods pod cache',
action: async () => {

@@ -176,2 +176,8 @@ await (0, _execa().default)('pod', ['cache', 'clean', '--all'], {

}
}, {
label: 'Remove installed CocoaPods',
action: () => cleanDir('ios/Pods')
}, {
label: 'Remove CocoaPods spec cache',
action: () => cleanDir('~/.cocoapods')
}]

@@ -178,0 +184,0 @@ }

6

package.json
{
"name": "@react-native-community/cli-clean",
"version": "9.0.0-alpha.0",
"version": "9.0.0-alpha.3",
"license": "MIT",

@@ -11,3 +11,3 @@ "main": "build/index.js",

"dependencies": {
"@react-native-community/cli-tools": "^9.0.0-alpha.0",
"@react-native-community/cli-tools": "^9.0.0-alpha.3",
"chalk": "^4.1.2",

@@ -33,3 +33,3 @@ "execa": "^1.0.0",

},
"gitHead": "c4179d8c0d956fe226d839c85b9887ec3c8c6892"
"gitHead": "379ca2d095943b498d18dfefb33e88ffc877f698"
}

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