Socket
Socket
Sign inDemoInstall

@react-native-community/cli-tools

Package Overview
Dependencies
Maintainers
31
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 10.0.0 to 10.1.1

6

build/launchEditor.js

@@ -53,4 +53,2 @@ "use strict";

// @ts-ignore @types not installed
function isTerminalEditor(editor) {

@@ -122,3 +120,3 @@ switch (editor) {

case 'mine':
return ['--line', lineNumber, fileName];
return ['--line', String(lineNumber), fileName];
case 'code':

@@ -183,3 +181,3 @@ return addWorkspaceToArgumentsIfExists(['-g', `${fileName}:${lineNumber}`], workspace);

}
return [null];
return [];
}

@@ -186,0 +184,0 @@ function printInstructions(title) {

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

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

"@types/node": "^14.0.0",
"@types/node-fetch": "^2.5.5"
"@types/node-fetch": "^2.5.5",
"@types/shell-quote": "^1.7.1"
},

@@ -39,3 +40,3 @@ "files": [

},
"gitHead": "f0ff82404a0feff3e7df20a4b3a055062a32bbbe"
"gitHead": "d351048dd6c6b2324eab3fff74ddbe48ca41d4d7"
}

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