@react-native-community/cli-doctor
Advanced tools
Comparing version 8.0.0-alpha.0 to 8.0.0-alpha.3
@@ -218,3 +218,2 @@ "use strict"; | ||
process.exit(0); | ||
return; | ||
} | ||
@@ -221,0 +220,0 @@ |
@@ -40,2 +40,4 @@ "use strict"; | ||
var _xcodeEnv = _interopRequireDefault(require("./xcodeEnv")); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -71,3 +73,3 @@ | ||
label: 'iOS', | ||
healthchecks: [_xcode.default, _cocoaPods.default, _iosDeploy.default] | ||
healthchecks: [_xcode.default, _cocoaPods.default, _iosDeploy.default, _xcodeEnv.default] | ||
} | ||
@@ -74,0 +76,0 @@ } : {}), |
@@ -68,2 +68,4 @@ "use strict"; | ||
return new Promise((done, error) => { | ||
var _child$stdout, _child$stderr; | ||
const sdkmanager = (0, _path().join)(androidSdkRoot, 'tools', 'bin', 'sdkmanager.bat'); | ||
@@ -73,8 +75,10 @@ const command = `"${sdkmanager}" --sdk_root="${androidSdkRoot}" "${component}"`; | ||
let stderr = ''; | ||
child.stdout.on('data', data => { | ||
(_child$stdout = child.stdout) === null || _child$stdout === void 0 ? void 0 : _child$stdout.on('data', data => { | ||
if (data.includes('(y/N)')) { | ||
child.stdin.write('y\n'); | ||
var _child$stdin; | ||
(_child$stdin = child.stdin) === null || _child$stdin === void 0 ? void 0 : _child$stdin.write('y\n'); | ||
} | ||
}); | ||
child.stderr.on('data', data => { | ||
(_child$stderr = child.stderr) === null || _child$stderr === void 0 ? void 0 : _child$stderr.on('data', data => { | ||
stderr += data.toString('utf-8'); | ||
@@ -81,0 +85,0 @@ }); |
{ | ||
"name": "@react-native-community/cli-doctor", | ||
"version": "8.0.0-alpha.0", | ||
"version": "8.0.0-alpha.3", | ||
"license": "MIT", | ||
@@ -11,4 +11,5 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-config": "^8.0.0-alpha.0", | ||
"@react-native-community/cli-tools": "^8.0.0-alpha.0", | ||
"@react-native-community/cli-config": "^8.0.0-alpha.3", | ||
"@react-native-community/cli-platform-ios": "^8.0.0-alpha.3", | ||
"@react-native-community/cli-tools": "^8.0.0-alpha.3", | ||
"chalk": "^4.1.2", | ||
@@ -34,3 +35,3 @@ "command-exists": "^1.2.8", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "^8.0.0-alpha.0", | ||
"@react-native-community/cli-types": "^8.0.0-alpha.3", | ||
"@types/command-exists": "^1.2.0", | ||
@@ -47,3 +48,4 @@ "@types/ip": "^1.1.0", | ||
"directory": "packages/cli-doctor" | ||
} | ||
}, | ||
"gitHead": "040fdfa8cf4ae7605a2e5d147cb5f839a924b55a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
234416
137
2743
16
20
1
+ Added@react-native-community/cli-platform-ios@^8.0.0-alpha.3
+ Added@react-native-community/cli-platform-ios@8.0.6(transitive)
+ Added@xmldom/xmldom@0.8.10(transitive)
+ Addedplist@3.1.0(transitive)
+ Addedxmlbuilder@15.1.1(transitive)