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 13.5.1 to 13.5.2

16

build/clean.js

@@ -58,5 +58,5 @@ "use strict";

}
function _glob() {
const data = _interopRequireDefault(require("glob"));
_glob = function () {
function _fastGlob() {
const data = _interopRequireDefault(require("fast-glob"));
_fastGlob = function () {
return data;

@@ -80,10 +80,4 @@ };

if (isDirectoryPattern(directory)) {
const directories = await new Promise((resolve, reject) => {
(0, _glob().default)(directory, {}, (err, foundDirectories) => {
if (err) {
reject(err);
} else {
resolve(foundDirectories);
}
});
const directories = await _fastGlob().default.async(directory, {
onlyFiles: false
});

@@ -90,0 +84,0 @@ for (const dir of directories) {

{
"name": "@react-native-community/cli-clean",
"version": "13.5.1",
"version": "13.5.2",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-tools": "13.5.1",
"@react-native-community/cli-tools": "13.5.2",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"glob": "^7.1.3"
"fast-glob": "^3.3.2"
},

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

"devDependencies": {
"@react-native-community/cli-types": "13.5.1",
"@types/glob": "^7.1.1",
"@react-native-community/cli-types": "13.5.2",
"@types/prompts": "^2.4.4"

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

},
"gitHead": "f9d8a74b76995ad92d5a0fa78f09a0b8dc44fbfe"
"gitHead": "2602f83860f7f834b38d1a51bcafbae3e89bb40b"
}

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