Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-community/cli-doctor

Package Overview
Dependencies
Maintainers
30
Versions
139
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 11.0.0 to 11.0.1

2

build/tools/runBundleInstall.js

@@ -24,3 +24,3 @@ "use strict";

try {
loader.start('Installing Bundler');
loader.start('Installing Ruby Gems');
await (0, _execa().default)('bundle', ['install']);

@@ -27,0 +27,0 @@ } catch (error) {

@@ -1,2 +0,1 @@

/// <reference types="execa" />
type HypervisorStatus = {

@@ -36,3 +35,3 @@ hypervisor: 'WHPX' | 'HAXM' | 'AMDH' | 'none';

*/
export declare const enableWHPX: () => import("execa").ExecaChildProcess;
export declare const enableWHPX: () => import("execa").ExecaChildProcess<string>;
/**

@@ -39,0 +38,0 @@ * Installs and enables the [HAXM](https://github.com/intel/haxm)

@@ -6,4 +6,4 @@ import execa from 'execa';

*/
declare const executeShellCommand: (command: string, elevated?: boolean) => execa.ExecaChildProcess;
declare const executeShellCommand: (command: string, elevated?: boolean) => execa.ExecaChildProcess<string>;
export { executeShellCommand as executeCommand };
//# sourceMappingURL=executeWinCommand.d.ts.map
{
"name": "@react-native-community/cli-doctor",
"version": "11.0.0",
"version": "11.0.1",
"license": "MIT",

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

"dependencies": {
"@react-native-community/cli-config": "^11.0.0",
"@react-native-community/cli-platform-android": "^11.0.0",
"@react-native-community/cli-platform-ios": "^11.0.0",
"@react-native-community/cli-tools": "^11.0.0",
"@react-native-community/cli-config": "^11.0.1",
"@react-native-community/cli-platform-android": "^11.0.1",
"@react-native-community/cli-platform-ios": "^11.0.1",
"@react-native-community/cli-tools": "^11.0.1",
"chalk": "^4.1.2",
"command-exists": "^1.2.8",
"envinfo": "^7.7.2",
"execa": "^1.0.0",
"execa": "^5.0.0",
"hermes-profile-transformer": "^0.0.6",

@@ -36,3 +36,3 @@ "ip": "^1.1.5",

"devDependencies": {
"@react-native-community/cli-types": "^11.0.0",
"@react-native-community/cli-types": "11.0.0",
"@types/command-exists": "^1.2.0",

@@ -51,3 +51,3 @@ "@types/envinfo": "^7.8.1",

},
"gitHead": "e0c9bcea9cb7af9548052d80846bb45f187a28a3"
"gitHead": "6c31bfc4b7ada142541a040504c5fc9ff4360c2d"
}

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