Socket
Socket
Sign inDemoInstall

@devicefarmer/adbkit-logcat

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devicefarmer/adbkit-logcat - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

lib/logcat/parser/binary.js

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

}
this.emit('error', new Error("Unprocessable entry data '" + data + "'"));
this.emit('error', new Error("Unprocessable entry data '".concat(data, "'")));
};

@@ -86,0 +86,0 @@ return Binary;

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

if (_this.options.format !== 'binary') {
throw new Error("Unsupported format '" + _this.options.format + "'");
throw new Error("Unsupported format '".concat(_this.options.format, "'"));
}

@@ -45,0 +45,0 @@ return _this;

{
"name": "@devicefarmer/adbkit-logcat",
"version": "2.1.1",
"version": "2.1.2",
"description": "A Node.js interface for working with Android's logcat output.",

@@ -33,3 +33,3 @@ "keywords": [

"devDependencies": {
"@types/node": "^14.11.10",
"@types/node": "^15.14.0",
"@typescript-eslint/eslint-plugin": "^4.4.1",

@@ -40,3 +40,3 @@ "@typescript-eslint/parser": "^4.4.1",

"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-progress": "0.0.1",

@@ -43,0 +43,0 @@ "mocha": "^8.3.1",

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