Socket
Socket
Sign inDemoInstall

@react-native-community/cli-tools

Package Overview
Dependencies
Maintainers
30
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 12.0.0-alpha.9 to 12.0.0-alpha.10

10

build/isPackagerRunning.js

@@ -26,7 +26,11 @@ "use strict";

const {
data
data,
headers
} = await (0, _fetch.fetch)(`http://localhost:${packagerPort}/status`);
try {
if (data.status === 'running') {
return data;
if (data === 'packager-status:running') {
return {
status: 'running',
root: headers.get('Project-Root') ?? ''
};
}

@@ -33,0 +37,0 @@ } catch (_error) {

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

@@ -21,3 +21,3 @@ "main": "build/index.js",

"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.9",
"@react-native-community/cli-types": "12.0.0-alpha.10",
"@types/lodash": "^4.14.149",

@@ -40,3 +40,3 @@ "@types/mime": "^2.0.1",

},
"gitHead": "f621ae435259b66f1c02fe0ff480fd6bbdaad4b4"
"gitHead": "bd496c42d7a5c2c993504a32bed8e266a135ff44"
}

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