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
34
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 14.0.0-alpha.11 to 14.0.0

30

build/clean.js

@@ -169,16 +169,2 @@ "use strict";

},
npm: {
description: '`node_modules` folder in the current package, and optionally verify npm cache',
tasks: [{
label: 'Remove node_modules',
action: () => cleanDir(`${projectRoot}/node_modules`)
}, ...(verifyCache ? [{
label: 'Verify npm cache',
action: async () => {
await (0, _execa().default)('npm', ['cache', 'verify'], {
cwd: projectRoot
});
}
}] : [])]
},
bun: {

@@ -223,2 +209,16 @@ description: 'Bun cache',

}]
},
npm: {
description: '`node_modules` folder in the current package, and optionally verify npm cache',
tasks: [{
label: 'Remove node_modules',
action: () => cleanDir(`${projectRoot}/node_modules`)
}, ...(verifyCache ? [{
label: 'Verify npm cache',
action: async () => {
await (0, _execa().default)('npm', ['cache', 'verify'], {
cwd: projectRoot
});
}
}] : [])]
}

@@ -269,2 +269,2 @@ };

//# sourceMappingURL=/Users/szymonrybczak/development/cli/packages/cli-clean/build/clean.js.map
//# sourceMappingURL=/Users/thymikee/Developer/oss/rncli/packages/cli-clean/build/clean.js.map

@@ -14,2 +14,2 @@ "use strict";

//# sourceMappingURL=/Users/szymonrybczak/development/cli/packages/cli-clean/build/index.js.map
//# sourceMappingURL=/Users/thymikee/Developer/oss/rncli/packages/cli-clean/build/index.js.map
{
"name": "@react-native-community/cli-clean",
"version": "14.0.0-alpha.11",
"version": "14.0.0",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "14.0.0-alpha.11",
"@react-native-community/cli-tools": "14.0.0",
"chalk": "^4.1.2",

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

"devDependencies": {
"@react-native-community/cli-types": "14.0.0-alpha.11",
"@react-native-community/cli-types": "14.0.0",
"@types/prompts": "^2.4.4"

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

},
"gitHead": "a60ee2805fa9df6aa70e893a4aeadf2546d61a97"
"gitHead": "dec33cb945be548a0d30c2ea073493e253239850"
}

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