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.18 to 12.0.0

9

build/clean.js

@@ -50,9 +50,2 @@ "use strict";

}
function _prompts() {
const data = _interopRequireDefault(require("prompts"));
_prompts = function () {
return data;
};
return data;
}
function _util() {

@@ -90,3 +83,3 @@ const data = require("util");

caches
} = await (0, _prompts().default)({
} = await (0, _cliTools().prompt)({
type: 'multiselect',

@@ -93,0 +86,0 @@ name: 'caches',

11

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

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

"dependencies": {
"@react-native-community/cli-tools": "12.0.0-alpha.18",
"@react-native-community/cli-tools": "12.0.0",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"prompts": "^2.4.2"
"execa": "^5.0.0"
},

@@ -23,3 +22,3 @@ "files": [

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

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

},
"gitHead": "174948353be0bf67c5b8beb657608b22b21de5ca"
"gitHead": "3f206fd01f70706ce17e4a33c3528a60e684d41e"
}

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