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

@react-native-community/cli-tools

Package Overview
Dependencies
Maintainers
30
Versions
169
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.2.0 to 12.2.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": "12.2.0",
"version": "12.2.1",
"license": "MIT",

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

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

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

},
"gitHead": "f30a010c3036b04f2bd5430a27586472466082a8"
"gitHead": "d4039699f807e9bc3482a3b033ce023e6a5e0d7d"
}

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