Socket
Socket
Sign inDemoInstall

@react-native-community/cli-doctor

Package Overview
Dependencies
Maintainers
30
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 12.0.0-alpha.8 to 12.0.0-alpha.9

16

build/tools/healthchecks/packager.js

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

var _common = require("./common");
function _cliPluginMetro() {
const data = require("@react-native-community/cli-plugin-metro");
_cliPluginMetro = function () {
function _execa() {
const data = _interopRequireDefault(require("execa"));
_execa = function () {
return data;

@@ -23,2 +23,10 @@ };

}
function _path() {
const data = _interopRequireDefault(require("path"));
_path = function () {
return data;
};
return data;
}
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = {

@@ -50,3 +58,3 @@ label: 'Metro',

if (terminal && config) {
(0, _cliPluginMetro().startServerInNewWindow)(port, terminal, config.root, config.reactNativePath);
await (0, _execa().default)('node', [_path().default.join(config.reactNativePath, 'cli.js'), 'start', '--port', port.toString(), '--terminal', terminal]);
return loader.succeed();

@@ -53,0 +61,0 @@ }

{
"name": "@react-native-community/cli-doctor",
"version": "12.0.0-alpha.8",
"version": "12.0.0-alpha.9",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-config": "12.0.0-alpha.8",
"@react-native-community/cli-platform-android": "12.0.0-alpha.8",
"@react-native-community/cli-platform-ios": "12.0.0-alpha.8",
"@react-native-community/cli-plugin-metro": "12.0.0-alpha.8",
"@react-native-community/cli-tools": "12.0.0-alpha.8",
"@react-native-community/cli-config": "12.0.0-alpha.9",
"@react-native-community/cli-platform-android": "12.0.0-alpha.9",
"@react-native-community/cli-platform-ios": "12.0.0-alpha.9",
"@react-native-community/cli-tools": "12.0.0-alpha.9",
"chalk": "^4.1.2",

@@ -25,3 +24,3 @@ "command-exists": "^1.2.8",

"ora": "^5.4.1",
"prompts": "^2.4.0",
"prompts": "^2.4.2",
"semver": "^7.5.2",

@@ -39,7 +38,7 @@ "strip-ansi": "^5.2.0",

"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.8",
"@react-native-community/cli-types": "12.0.0-alpha.9",
"@types/command-exists": "^1.2.0",
"@types/envinfo": "^7.8.1",
"@types/ip": "^1.1.0",
"@types/prompts": "^2.0.9",
"@types/prompts": "^2.4.4",
"@types/semver": "^6.0.2",

@@ -54,3 +53,3 @@ "@types/wcwidth": "^1.0.0"

},
"gitHead": "3d3616ed5149318984e33a2a5fb2d80744b6bd3a"
"gitHead": "f621ae435259b66f1c02fe0ff480fd6bbdaad4b4"
}

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