Socket
Socket
Sign inDemoInstall

adbkit

Package Overview
Dependencies
10
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.1 to 2.9.0

bin/adbkit

2

lib/adb/auth.js

@@ -30,3 +30,3 @@ var Auth, BigInteger, Promise, forge;

RE = /^((?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?) (.*)\s*$/;
RE = /^((?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?)\0? (.*)\s*$/;

@@ -33,0 +33,0 @@ readPublicKeyFromStruct = function(struct, comment) {

@@ -1,3 +0,1 @@

#!/usr/bin/env node
;
var Adb, Auth, PacketReader, Promise, forge, fs, pkg, program;

@@ -4,0 +2,0 @@

{
"name": "adbkit",
"version": "2.8.1",
"version": "2.9.0",
"description": "A pure Node.js client for the Android Debug Bridge.",

@@ -13,6 +13,6 @@ "keywords": [

"bin": {
"adbkit": "./lib/cli.js"
"adbkit": "./bin/adbkit"
},
"bugs": {
"url": "https://github.com/CyberAgent/adbkit/issues"
"url": "https://github.com/openstf/adbkit/issues"
},

@@ -28,3 +28,3 @@ "license": "Apache-2.0",

"type": "git",
"url": "https://github.com/CyberAgent/adbkit.git"
"url": "https://github.com/openstf/adbkit.git"
},

@@ -31,0 +31,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc