Socket
Socket
Sign inDemoInstall

adb-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adb-toolkit - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

2

package.json
{
"name": "adb-toolkit",
"version": "0.4.11",
"version": "0.4.12",
"description": "ADB toolkit",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -49,3 +49,3 @@ const shell = require('shelljs');

if (output.trim().length) {
const re = /versionCode=(\d+).+\n.+versionName=(.+)/gmi;
const re = /versionCode=(\d+).+[\s\S]+.+versionName=(.+)/gmi;
while (res = re.exec(output)) {

@@ -52,0 +52,0 @@ const versionCode = res[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