New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apk-mitm

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apk-mitm - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

6

dist/patch-app-bundle.js

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

Object.defineProperty(exports, "__esModule", { value: true });
const cross_zip_1 = require("@tybys/cross-zip");
const rxjs_1 = require("rxjs");

@@ -21,3 +22,2 @@ const fs = __importStar(require("./utils/fs"));

const patch_apk_1 = __importDefault(require("./patch-apk"));
const zip_1 = require("./utils/zip");
function patchXapkBundle(options) {

@@ -37,3 +37,3 @@ return patchAppBundle(options, { isXapk: true });

title: 'Extracting APKs',
task: () => zip_1.unzip(inputPath, bundleDir),
task: () => cross_zip_1.unzip(inputPath, bundleDir),
},

@@ -70,3 +70,3 @@ ...(isXapk ? [{

title: 'Compressing APKs',
task: () => zip_1.zip(bundleDir, outputPath),
task: () => cross_zip_1.zip(bundleDir, outputPath),
},

@@ -73,0 +73,0 @@ ]);

@@ -13,3 +13,3 @@ {

],
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",

@@ -28,2 +28,3 @@ "scripts": {

"dependencies": {
"@tybys/cross-zip": "^3.0.1",
"chalk": "^3.0.0",

@@ -30,0 +31,0 @@ "cross-zip": "^2.1.6",

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