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
121
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 12.0.0-alpha.12 to 12.0.0-alpha.13

11

build/clean.js

@@ -174,2 +174,13 @@ "use strict";

},
bun: {
description: 'Bun cache',
tasks: [{
label: 'Clean Bun cache',
action: async () => {
await (0, _execa().default)('bun', ['pm', 'cache', 'rm'], {
cwd: projectRoot
});
}
}]
},
watchman: {

@@ -176,0 +187,0 @@ description: 'Stop Watchman and delete its cache',

8

package.json
{
"name": "@react-native-community/cli-clean",
"version": "12.0.0-alpha.12",
"version": "12.0.0-alpha.13",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "12.0.0-alpha.12",
"@react-native-community/cli-tools": "12.0.0-alpha.13",
"chalk": "^4.1.2",

@@ -23,3 +23,3 @@ "execa": "^5.0.0",

"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.12",
"@react-native-community/cli-types": "12.0.0-alpha.13",
"@types/prompts": "^2.4.4"

@@ -33,3 +33,3 @@ },

},
"gitHead": "0c6372c631cea02e7fc5e12a9141e8cea4bb90ba"
"gitHead": "fc87a75adfa86296da54915525eb0c809f25453e"
}

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