Socket
Socket
Sign inDemoInstall

@react-native-community/cli-doctor

Package Overview
Dependencies
Maintainers
42
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/cli-doctor - npm Package Compare versions

Comparing version 8.0.0-alpha.0 to 8.0.0-alpha.3

build/tools/healthchecks/xcodeEnv.d.ts

1

build/commands/doctor.js

@@ -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

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