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

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.2.2 to 0.2.3

2

build/android/AndroidFilter.js

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

this.filter = (entry) => {
return (entry.priority >= (tagFilters[entry.tag] || constants_1.Priority.UNKNOWN) ||
return (entry.priority >= (tagFilters[entry.tag] || constants_1.Priority.SILENT) ||
entry.priority >= (tagFilters['*'] || constants_1.Priority.UNKNOWN));

@@ -39,0 +39,0 @@ };

@@ -94,2 +94,3 @@ "use strict";

androidFilter.setCustomFilter(args.patterns);
break;
case 'all':

@@ -96,0 +97,0 @@ default:

{
"name": "logkitty",
"version": "0.2.2",
"version": "0.2.3",
"description": "Display pretty Logcat logs without Android Studio 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