Socket
Socket
Sign inDemoInstall

logkitty

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logkitty - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

build/android/adb.js

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

try {
(0, _child_process.execSync)(`${adbPath} logcat -c`);
(0, _child_process.execFileSync)(adbPath, ['logcat', '-c']);
} catch (error) {

@@ -53,3 +53,3 @@ throw new _errors.CodeError(_errors.ERR_ANDROID_CANNOT_CLEAN_LOGCAT_BUFFER, error.message);

try {
output = (0, _child_process.execSync)(`'${getAdbPath(adbPath)}' shell pidof -s ${applicationId}`);
output = (0, _child_process.execFileSync)(getAdbPath(adbPath), ['shell', 'pidof', '-s', applicationId]);
} catch (error) {

@@ -56,0 +56,0 @@ throw new _errors.CodeError(_errors.ERR_ANDROID_CANNOT_GET_APP_PID, error.message);

{
"name": "logkitty",
"version": "0.7.0",
"version": "0.7.1",
"description": "Display pretty Android and iOS logs without Android Studio or Console.app, with intuitive Command Line Interface.",

@@ -5,0 +5,0 @@ "keywords": [

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