Socket
Socket
Sign inDemoInstall

@react-native-community/cli-tools

Package Overview
Dependencies
50
Maintainers
30
Versions
157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0 to 13.0.1

2

build/findDevServerPort.js

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

let port = initialPort;
let startPackager = false;
let startPackager = true;
const packagerStatus = await (0, _isPackagerRunning.default)(port);

@@ -16,0 +16,0 @@ if (typeof packagerStatus === 'object' && packagerStatus.status === 'running') {

@@ -106,7 +106,2 @@ "use strict";

case 'sublime':
case 'webstorm':
case 'wstorm':
case 'appcode':
case 'charm':
case 'idea':
return [`${fileName}:${lineNumber}`];

@@ -120,2 +115,7 @@ case 'joe':

case 'mine':
case 'webstorm':
case 'wstorm':
case 'appcode':
case 'charm':
case 'idea':
return ['--line', String(lineNumber), fileName];

@@ -122,0 +122,0 @@ case 'code':

{
"name": "@react-native-community/cli-tools",
"version": "13.0.0",
"version": "13.0.1",
"license": "MIT",

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

"devDependencies": {
"@react-native-community/cli-types": "13.0.0",
"@react-native-community/cli-types": "13.0.1",
"@types/lodash": "^4.14.149",

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

},
"gitHead": "237481fac760cefb68c1313ebfc662d73ef45b7a"
"gitHead": "772880f8f691e9f049441983214c356abaef041a"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc